#AA965F

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

Shades of Barley Corn #AA965F

Tints of Barley Corn #AA965F

Color information

#AA965F (or 0xAA965F) is unknown color: approx Barley Corn. HEX triplet: AA, 96 and 5F. RGB value is (170,150,95). Sum of RGB (Red+Green+Blue) = 170+150+95=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA965F is #5569A0. Grayscale: #959595. Windows color (decimal): -5597601 or 6264490. OLE color: 6264490.

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

Color convert

RGB17015095-
CMYK00.120.440.33
HSL44º30.61%51.96%-
HSV(B)44º44.12%66.67%-
XYZ29.5531.1815.29-
YUV149.7197.13142.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=40.96%
G=36.14%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701509500.120.440.334430.6151.96
HexAA965F0C2C212c1f34
Octal2522261370145441543764
Binary101010101001011010111110110010110010000110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA965F; }

 p { color: rgb(170,150,95); }

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

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

 a { background-color: rgb(170,150,95); }

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

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

 span { border-color: rgb(170,150,95); }

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