#AC9863

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

Shades of Barley Corn #AC9863

Tints of Barley Corn #AC9863

Color information

#AC9863 (or 0xAC9863) is unknown color: approx Barley Corn. HEX triplet: AC, 98 and 63. RGB value is (172,152,99). Sum of RGB (Red+Green+Blue) = 172+152+99=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9863 is #53679C. Grayscale: #989898. Windows color (decimal): -5466013 or 6527148. OLE color: 6527148.

HSL color Cylindrical-coordinate representation of color #AC9863: hue angle of 43.56º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC9863 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17215299-
CMYK00.120.420.33
HSL43.56º30.54%53.14%-
HSV(B)43.56º42.44%67.45%-
XYZ30.4932.1316.4-
YUV151.9498.13142.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=40.66%
G=35.93%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721529900.120.420.3343.5630.5453.14
HexAC98630C2A212c1f35
Octal2542301430145241543765
Binary101011001001100011000110110010101010000110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9863; }

 p { color: rgb(172,152,99); }

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

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

 a { background-color: rgb(172,152,99); }

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

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

 span { border-color: rgb(172,152,99); }

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