#AA9763

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

Shades of Barley Corn #AA9763

Tints of Barley Corn #AA9763

Color information

#AA9763 (or 0xAA9763) is unknown color: approx Barley Corn. HEX triplet: AA, 97 and 63. RGB value is (170,151,99). Sum of RGB (Red+Green+Blue) = 170+151+99=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9763 is #55689C. Grayscale: #969696. Windows color (decimal): -5597341 or 6526890. OLE color: 6526890.

HSL color Cylindrical-coordinate representation of color #AA9763: hue angle of 43.94º degrees, saturation: 0.29, 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 #AA9763 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17015199-
CMYK00.110.420.33
HSL43.94º29.46%52.75%-
HSV(B)43.94º41.76%66.67%-
XYZ29.931.5816.32-
YUV150.7598.79141.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=40.48%
G=35.95%
B=23.57%

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
Decimal1701519900.110.420.3343.9429.4652.75
HexAA97630B2A212c1d35
Octal2522271430135241543565
Binary101010101001011111000110101110101010000110110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9763; }

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

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

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

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

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

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

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

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