#AC9867

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

Shades of Barley Corn #AC9867

Tints of Barley Corn #AC9867

Color information

#AC9867 (or 0xAC9867) is unknown color: approx Barley Corn. HEX triplet: AC, 98 and 67. RGB value is (172,152,103). Sum of RGB (Red+Green+Blue) = 172+152+103=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9867 is #536798. Grayscale: #989898. Windows color (decimal): -5466009 or 6789292. OLE color: 6789292.

HSL color Cylindrical-coordinate representation of color #AC9867: hue angle of 42.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC9867 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172152103-
CMYK00.120.400.33
HSL42.61º29.36%53.92%-
HSV(B)42.61º40.12%67.45%-
XYZ30.6932.2117.43-
YUV152.39100.13141.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=40.28%
G=35.60%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215210300.120.400.3342.6129.3653.92
HexAC98670C28212b1d36
Octal2542301470145041533566
Binary101011001001100011001110110010100010000110101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9867; }

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

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

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

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

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

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

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

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