#AC905C

Color #AC905C Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AC905C

Tints of Barley Corn #AC905C

Color information

#AC905C (or 0xAC905C) is unknown color: approx Barley Corn. HEX triplet: AC, 90 and 5C. RGB value is (172,144,92). Sum of RGB (Red+Green+Blue) = 172+144+92=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC905C is #536FA3. Grayscale: #929292. Windows color (decimal): -5468068 or 6066348. OLE color: 6066348.

HSL color Cylindrical-coordinate representation of color #AC905C: hue angle of 39º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC905C is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17214492-
CMYK00.160.470.33
HSL39º32.52%51.76%-
HSV(B)39º46.51%67.45%-
XYZ28.9229.4914.29-
YUV146.4497.28146.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=42.16%
G=35.29%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721449200.160.470.333932.5251.76
HexAC905C0102F21272134
Octal2542201340205741474164
Binary10101100100100001011100010000101111100001100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC905C; }

 p { color: rgb(172,144,92); }

 H1.HeaderClassName
 {
   color: #AC905C;
 }
 .AnyTagClassName
 {
   color: #AC905C;
 }
</style>
background-color css

<style>
 a { background-color: #AC905C; }

 a { background-color: rgb(172,144,92); }

 div.DivClassName
 {
   background-color: #AC905C;
 }
 .BgClassName
 {
   background-color: #AC905C;
 }
</style>
border-color css

<style>
 span { border-color: #AC905C; }

 span { border-color: rgb(172,144,92); }

 td.TdClassName
 {
   border-color: #AC905C;
 }
 .TagClassName
 {
   border-color: #AC905C;
 }
</style>