#AA9665

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

Shades of Barley Corn #AA9665

Tints of Barley Corn #AA9665

Color information

#AA9665 (or 0xAA9665) is unknown color: approx Barley Corn. HEX triplet: AA, 96 and 65. RGB value is (170,150,101). Sum of RGB (Red+Green+Blue) = 170+150+101=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9665 is #55699A. Grayscale: #969696. Windows color (decimal): -5597595 or 6657706. OLE color: 6657706.

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

Color convert

RGB170150101-
CMYK00.120.410.33
HSL42.61º28.87%53.14%-
HSV(B)42.61º40.59%66.67%-
XYZ29.8331.316.78-
YUV150.39100.13141.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=40.38%
G=35.63%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015010100.120.410.3342.6128.8753.14
HexAA96650C29212b1d35
Octal2522261450145141533565
Binary101010101001011011001010110010100110000110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9665; }

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

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

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

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

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

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

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

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