#AA945A

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

Shades of Barley Corn #AA945A

Tints of Barley Corn #AA945A

Color information

#AA945A (or 0xAA945A) is unknown color: approx Barley Corn. HEX triplet: AA, 94 and 5A. RGB value is (170,148,90). Sum of RGB (Red+Green+Blue) = 170+148+90=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA945A is #556BA5. Grayscale: #949494. Windows color (decimal): -5598118 or 5936298. OLE color: 5936298.

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

Color convert

RGB17014890-
CMYK00.130.470.33
HSL43.5º32%50.98%-
HSV(B)43.5º47.06%66.67%-
XYZ29.0130.4614.02-
YUV147.9795.29143.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=41.67%
G=36.27%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701489000.130.470.3343.53250.98
HexAA945A0D2F212c2033
Octal2522241320155741544063
Binary1010101010010100101101001101101111100001101100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA945A; }

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

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

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

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

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

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

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

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