#AA985C

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

Shades of Barley Corn #AA985C

Tints of Barley Corn #AA985C

Color information

#AA985C (or 0xAA985C) is unknown color: approx Barley Corn. HEX triplet: AA, 98 and 5C. RGB value is (170,152,92). Sum of RGB (Red+Green+Blue) = 170+152+92=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA985C is #5567A3. Grayscale: #969696. Windows color (decimal): -5597092 or 6068394. OLE color: 6068394.

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

Color convert

RGB17015292-
CMYK00.110.460.33
HSL46.15º31.45%51.37%-
HSV(B)46.15º45.88%66.67%-
XYZ29.7431.7814.69-
YUV150.5494.96141.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=41.06%
G=36.71%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701529200.110.460.3346.1531.4551.37
HexAA985C0B2E212e1f33
Octal2522301340135641563763
Binary101010101001100010111000101110111010000110111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA985C; }

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

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

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

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

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

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

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

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