#AA9A5F

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

Shades of Barley Corn #AA9A5F

Tints of Barley Corn #AA9A5F

Color information

#AA9A5F (or 0xAA9A5F) is unknown color: approx Barley Corn. HEX triplet: AA, 9A and 5F. RGB value is (170,154,95). Sum of RGB (Red+Green+Blue) = 170+154+95=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A5F is #5565A0. Grayscale: #989898. Windows color (decimal): -5596577 or 6265514. OLE color: 6265514.

HSL color Cylindrical-coordinate representation of color #AA9A5F: hue angle of 47.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA9A5F is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17015495-
CMYK00.090.440.33
HSL47.2º30.61%51.96%-
HSV(B)47.2º44.12%66.67%-
XYZ30.232.4815.5-
YUV152.0695.8140.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=40.57%
G=36.75%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701549500.090.440.3347.230.6151.96
HexAA9A5F092C212f1f34
Octal2522321370115441573764
Binary101010101001101010111110100110110010000110111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A5F; }

 p { color: rgb(170,154,95); }

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

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

 a { background-color: rgb(170,154,95); }

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

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

 span { border-color: rgb(170,154,95); }

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