#AA9B5F

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

Shades of Barley Corn #AA9B5F

Tints of Barley Corn #AA9B5F

Color information

#AA9B5F (or 0xAA9B5F) is unknown color: approx Barley Corn. HEX triplet: AA, 9B and 5F. RGB value is (170,155,95). Sum of RGB (Red+Green+Blue) = 170+155+95=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B5F is #5564A0. Grayscale: #989898. Windows color (decimal): -5596321 or 6265770. OLE color: 6265770.

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

Color convert

RGB17015595-
CMYK00.090.440.33
HSL48º30.61%51.96%-
HSV(B)48º44.12%66.67%-
XYZ30.3632.8115.56-
YUV152.6595.47140.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=40.48%
G=36.90%
B=22.62%

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
Decimal1701559500.090.440.334830.6151.96
HexAA9B5F092C21301f34
Octal2522331370115441603764
Binary101010101001101110111110100110110010000111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B5F; }

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

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

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

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

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

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

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

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