#AC9266

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

Shades of Barley Corn #AC9266

Tints of Barley Corn #AC9266

Color information

#AC9266 (or 0xAC9266) is unknown color: approx Barley Corn. HEX triplet: AC, 92 and 66. RGB value is (172,146,102). Sum of RGB (Red+Green+Blue) = 172+146+102=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9266 is #536D99. Grayscale: #949494. Windows color (decimal): -5467546 or 6722220. OLE color: 6722220.

HSL color Cylindrical-coordinate representation of color #AC9266: hue angle of 37.71º 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 #AC9266 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172146102-
CMYK00.150.410.33
HSL37.71º29.66%53.73%-
HSV(B)37.71º40.7%67.45%-
XYZ29.6930.2916.85-
YUV148.76101.61144.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=40.95%
G=34.76%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214610200.150.410.3337.7129.6653.73
HexAC92660F2921261e36
Octal2542221460175141463666
Binary101011001001001011001100111110100110000110011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9266; }

 p { color: rgb(172,146,102); }

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

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

 a { background-color: rgb(172,146,102); }

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

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

 span { border-color: rgb(172,146,102); }

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