#AA915D

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

Shades of Barley Corn #AA915D

Tints of Barley Corn #AA915D

Color information

#AA915D (or 0xAA915D) is unknown color: approx Barley Corn. HEX triplet: AA, 91 and 5D. RGB value is (170,145,93). Sum of RGB (Red+Green+Blue) = 170+145+93=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915D is #556EA2. Grayscale: #929292. Windows color (decimal): -5598883 or 6132138. OLE color: 6132138.

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

Color convert

RGB17014593-
CMYK00.150.450.33
HSL40.52º31.17%51.57%-
HSV(B)40.52º45.29%66.67%-
XYZ28.6829.5914.56-
YUV146.5597.78144.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=41.67%
G=35.54%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701459300.150.450.3340.5231.1751.57
HexAA915D0F2D21291f34
Octal2522211350175541513764
Binary101010101001000110111010111110110110000110100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA915D; }

 p { color: rgb(170,145,93); }

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

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

 a { background-color: rgb(170,145,93); }

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

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

 span { border-color: rgb(170,145,93); }

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