#AA915E

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

Shades of Barley Corn #AA915E

Tints of Barley Corn #AA915E

Color information

#AA915E (or 0xAA915E) is unknown color: approx Barley Corn. HEX triplet: AA, 91 and 5E. RGB value is (170,145,94). Sum of RGB (Red+Green+Blue) = 170+145+94=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915E is #556EA1. Grayscale: #929292. Windows color (decimal): -5598882 or 6197674. OLE color: 6197674.

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

Color convert

RGB17014594-
CMYK00.150.450.33
HSL40.26º30.89%51.76%-
HSV(B)40.26º44.71%66.67%-
XYZ28.7229.614.79-
YUV146.6698.28144.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=41.56%
G=35.45%
B=22.98%

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
Decimal1701459400.150.450.3340.2630.8951.76
HexAA915E0F2D21281f34
Octal2522211360175541503764
Binary101010101001000110111100111110110110000110100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA915E; }

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

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

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

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

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

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

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

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