#AC9A65

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

Shades of Barley Corn #AC9A65

Tints of Barley Corn #AC9A65

Color information

#AC9A65 (or 0xAC9A65) is unknown color: approx Barley Corn. HEX triplet: AC, 9A and 65. RGB value is (172,154,101). Sum of RGB (Red+Green+Blue) = 172+154+101=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A65 is #53659A. Grayscale: #999999. Windows color (decimal): -5465499 or 6658732. OLE color: 6658732.

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

Color convert

RGB172154101-
CMYK00.100.410.33
HSL44.79º29.96%53.53%-
HSV(B)44.79º41.28%67.45%-
XYZ30.9232.8217.02-
YUV153.3498.46141.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=40.28%
G=36.07%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215410100.100.410.3344.7929.9653.53
HexAC9A650A29212d1e36
Octal2542321450125141553666
Binary101011001001101011001010101010100110000110110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A65; }

 p { color: rgb(172,154,101); }

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

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

 a { background-color: rgb(172,154,101); }

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

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

 span { border-color: rgb(172,154,101); }

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