#AA945D

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

Shades of Barley Corn #AA945D

Tints of Barley Corn #AA945D

Color information

#AA945D (or 0xAA945D) is unknown color: approx Barley Corn. HEX triplet: AA, 94 and 5D. RGB value is (170,148,93). Sum of RGB (Red+Green+Blue) = 170+148+93=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA945D is #556BA2. Grayscale: #949494. Windows color (decimal): -5598115 or 6132906. OLE color: 6132906.

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

Color convert

RGB17014893-
CMYK00.130.450.33
HSL42.86º31.17%51.57%-
HSV(B)42.86º45.29%66.67%-
XYZ29.1430.5214.71-
YUV148.3196.79143.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=41.36%
G=36.01%
B=22.63%

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
Decimal1701489300.130.450.3342.8631.1751.57
HexAA945D0D2D212b1f34
Octal2522241350155541533764
Binary101010101001010010111010110110110110000110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA945D; }

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

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

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

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

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

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

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

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