#AA9762

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

Shades of Barley Corn #AA9762

Tints of Barley Corn #AA9762

Color information

#AA9762 (or 0xAA9762) is unknown color: approx Barley Corn. HEX triplet: AA, 97 and 62. RGB value is (170,151,98). Sum of RGB (Red+Green+Blue) = 170+151+98=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9762 is #55689D. Grayscale: #969696. Windows color (decimal): -5597342 or 6461354. OLE color: 6461354.

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

Color convert

RGB17015198-
CMYK00.110.420.33
HSL44.17º29.75%52.55%-
HSV(B)44.17º42.35%66.67%-
XYZ29.8531.5616.07-
YUV150.6498.29141.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=40.57%
G=36.04%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701519800.110.420.3344.1729.7552.55
HexAA97620B2A212c1e35
Octal2522271420135241543665
Binary101010101001011111000100101110101010000110110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9762; }

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

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

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

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

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

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

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

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