#AA905F

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

Shades of Barley Corn #AA905F

Tints of Barley Corn #AA905F

Color information

#AA905F (or 0xAA905F) is unknown color: approx Barley Corn. HEX triplet: AA, 90 and 5F. RGB value is (170,144,95). Sum of RGB (Red+Green+Blue) = 170+144+95=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA905F is #556FA0. Grayscale: #929292. Windows color (decimal): -5599137 or 6262954. OLE color: 6262954.

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

Color convert

RGB17014495-
CMYK00.150.440.33
HSL39.2º30.61%51.96%-
HSV(B)39.2º44.12%66.67%-
XYZ28.6229.3214.98-
YUV146.1999.11144.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=41.56%
G=35.21%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701449500.150.440.3339.230.6151.96
HexAA905F0F2C21271f34
Octal2522201370175441473764
Binary101010101001000010111110111110110010000110011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA905F; }

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

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

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

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

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

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

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

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