#AA945E

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

Shades of Barley Corn #AA945E

Tints of Barley Corn #AA945E

Color information

#AA945E (or 0xAA945E) is unknown color: approx Barley Corn. HEX triplet: AA, 94 and 5E. RGB value is (170,148,94). Sum of RGB (Red+Green+Blue) = 170+148+94=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA945E is #556BA1. Grayscale: #949494. Windows color (decimal): -5598114 or 6198442. OLE color: 6198442.

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

Color convert

RGB17014894-
CMYK00.130.450.33
HSL42.63º30.89%51.76%-
HSV(B)42.63º44.71%66.67%-
XYZ29.1930.5314.94-
YUV148.4297.29143.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=41.26%
G=35.92%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701489400.130.450.3342.6330.8951.76
HexAA945E0D2D212b1f34
Octal2522241360155541533764
Binary101010101001010010111100110110110110000110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA945E; }

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

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

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

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

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

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

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

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