#AA985F

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

Shades of Barley Corn #AA985F

Tints of Barley Corn #AA985F

Color information

#AA985F (or 0xAA985F) is unknown color: approx Barley Corn. HEX triplet: AA, 98 and 5F. RGB value is (170,152,95). Sum of RGB (Red+Green+Blue) = 170+152+95=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA985F is #5567A0. Grayscale: #979797. Windows color (decimal): -5597089 or 6265002. OLE color: 6265002.

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

Color convert

RGB17015295-
CMYK00.110.440.33
HSL45.6º30.61%51.96%-
HSV(B)45.6º44.12%66.67%-
XYZ29.8731.8315.4-
YUV150.8896.46141.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=40.77%
G=36.45%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701529500.110.440.3345.630.6151.96
HexAA985F0B2C212e1f34
Octal2522301370135441563764
Binary101010101001100010111110101110110010000110111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA985F; }

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

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

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

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

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

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

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

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