Html Css Color HEX #AA9963 Barley Corn

📋 copy color: '#AA9963'

red 170 ◦ green 153 ◦ blue 99

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

Shades of Barley Corn #AA9963

Tints of Barley Corn #AA9963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 40.28%
G = 36.26%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9963 (or 0xAA9963) is known color: Barley Corn. HEX triplet: AA, 99 and 63. RGB value is (170,153,99). Sum of RGB (Red+Green+Blue) = 170+153+99=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9963 is #55669C. Grayscale: #989898. Windows color (decimal): -5596829 or 6527402. OLE color: 6527402.

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

Color convert

RGB 170 153 99 -
CMYK 0 0.1 0.42 0.33
HSL 45.63º 0.29% 0.53% -
HSV(B) 45.63º 0.42% 0.67% -
XYZ 30.22 32.23 16.43 -
YUV 151.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 170 153 99 0 0.1 0.42 0.33 45.63 0.29 0.53
Hex AA 99 63 0 A 2A 21 2E 1D 35
Octal 252 231 143 0 12 52 41 56 35 65
Binary 10101010 10011001 1100011 0 1010 101010 100001 101110 11101 110101

Color Harmonies of #AA9963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9963

Black with #AA9963

Text Example


Text Example

White with #AA9963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9963; }

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

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

background-color css

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

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

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

border-color css

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

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

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