#AA9765

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

Shades of Barley Corn #AA9765

Tints of Barley Corn #AA9765

Color information

#AA9765 (or 0xAA9765) is unknown color: approx Barley Corn. HEX triplet: AA, 97 and 65. RGB value is (170,151,101). Sum of RGB (Red+Green+Blue) = 170+151+101=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9765 is #55689A. Grayscale: #979797. Windows color (decimal): -5597339 or 6657962. OLE color: 6657962.

HSL color Cylindrical-coordinate representation of color #AA9765: hue angle of 43.48º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA9765 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170151101-
CMYK00.110.410.33
HSL43.48º28.87%53.14%-
HSV(B)43.48º40.59%66.67%-
XYZ29.9931.6216.83-
YUV150.9899.79141.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=40.28%
G=35.78%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015110100.110.410.3343.4828.8753.14
HexAA97650B29212b1d35
Octal2522271450135141533565
Binary101010101001011111001010101110100110000110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9765; }

 p { color: rgb(170,151,101); }

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

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

 a { background-color: rgb(170,151,101); }

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

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

 span { border-color: rgb(170,151,101); }

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