#AA9666

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

Shades of Barley Corn #AA9666

Tints of Barley Corn #AA9666

Color information

#AA9666 (or 0xAA9666) is unknown color: approx Barley Corn. HEX triplet: AA, 96 and 66. RGB value is (170,150,102). Sum of RGB (Red+Green+Blue) = 170+150+102=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9666 is #556999. Grayscale: #969696. Windows color (decimal): -5597594 or 6723242. OLE color: 6723242.

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

Color convert

RGB170150102-
CMYK00.120.40.33
HSL42.35º28.57%53.33%-
HSV(B)42.35º40%66.67%-
XYZ29.8831.3217.04-
YUV150.51100.63141.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=40.28%
G=35.55%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015010200.120.40.3342.3528.5753.33
HexAA96660C28212a1d35
Octal2522261460145041523565
Binary101010101001011011001100110010100010000110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9666; }

 p { color: rgb(170,150,102); }

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

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

 a { background-color: rgb(170,150,102); }

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

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

 span { border-color: rgb(170,150,102); }

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