#AC9669

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

Shades of Barley Corn #AC9669

Tints of Barley Corn #AC9669

Color information

#AC9669 (or 0xAC9669) is unknown color: approx Barley Corn. HEX triplet: AC, 96 and 69. RGB value is (172,150,105). Sum of RGB (Red+Green+Blue) = 172+150+105=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9669 is #536996. Grayscale: #979797. Windows color (decimal): -5466519 or 6919852. OLE color: 6919852.

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

Color convert

RGB172150105-
CMYK00.130.390.33
HSL40.3º28.76%54.31%-
HSV(B)40.3º38.95%67.45%-
XYZ30.4731.617.86-
YUV151.45101.79142.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=40.28%
G=35.13%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215010500.130.390.3340.328.7654.31
HexAC96690D2721281d36
Octal2542261510154741503566
Binary101011001001011011010010110110011110000110100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9669; }

 p { color: rgb(172,150,105); }

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

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

 a { background-color: rgb(172,150,105); }

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

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

 span { border-color: rgb(172,150,105); }

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