#AA9266

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

Shades of Barley Corn #AA9266

Tints of Barley Corn #AA9266

Color information

#AA9266 (or 0xAA9266) is unknown color: approx Barley Corn. HEX triplet: AA, 92 and 66. RGB value is (170,146,102). Sum of RGB (Red+Green+Blue) = 170+146+102=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9266 is #556D99. Grayscale: #949494. Windows color (decimal): -5598618 or 6722218. OLE color: 6722218.

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

Color convert

RGB170146102-
CMYK00.140.40.33
HSL38.82º28.57%53.33%-
HSV(B)38.82º40%66.67%-
XYZ29.2530.0616.83-
YUV148.16101.95143.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=40.67%
G=34.93%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014610200.140.40.3338.8228.5753.33
HexAA92660E2821271d35
Octal2522221460165041473565
Binary101010101001001011001100111010100010000110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9266; }

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

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

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

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

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

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

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

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