Html Css Color HEX #AA9063 Barley Corn

📋 copy color: '#AA9063'

red 170 ◦ green 144 ◦ blue 99

#AA9063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #AA9063

Tints of Barley Corn #AA9063

RGB

 RED value IS 170 (66.8% from 255) = 41.16%

 GREEN value IS 144 (56.64% from 255) = 34.87%

 BLUE value IS 99 (39.06% from 255) = 23.97%

R = 41.16%
G = 34.87%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9063 (or 0xAA9063) is known color: Barley Corn. HEX triplet: AA, 90 and 63. RGB value is (170,144,99). Sum of RGB (Red+Green+Blue) = 170+144+99=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9063 is #556F9C. Grayscale: #929292. Windows color (decimal): -5599133 or 6525098. OLE color: 6525098.

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

Color convert

RGB 170 144 99 -
CMYK 0 0.15 0.42 0.33
HSL 38.03º 0.29% 0.53% -
HSV(B) 38.03º 0.42% 0.67% -
XYZ 28.8 29.39 15.96 -
YUV 146.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 170 144 99 0 0.15 0.42 0.33 38.03 0.29 0.53
Hex AA 90 63 0 F 2A 21 26 1D 35
Octal 252 220 143 0 17 52 41 46 35 65
Binary 10101010 10010000 1100011 0 1111 101010 100001 100110 11101 110101

Color Harmonies of #AA9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9063

Black with #AA9063

Text Example


Text Example

White with #AA9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9063; }

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

 H1.HeaderClassName
 {
   color: #AA9063;
 }
 .AnyTagClassName
 {
   color: #AA9063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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