Html Css Color HEX #AA9A60 Barley Corn

📋 copy color: '#AA9A60'

red 170 ◦ green 154 ◦ blue 96

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

Shades of Barley Corn #AA9A60

Tints of Barley Corn #AA9A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.67%

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 40.48%
G = 36.67%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA9A60 (or 0xAA9A60) is known color: Barley Corn. HEX triplet: AA, 9A and 60. RGB value is (170,154,96). Sum of RGB (Red+Green+Blue) = 170+154+96=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A60 is #55659F. Grayscale: #989898. Windows color (decimal): -5596576 or 6331050. OLE color: 6331050.

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

Color convert

RGB 170 154 96 -
CMYK 0 0.09 0.44 0.33
HSL 47.03º 0.3% 0.52% -
HSV(B) 47.03º 0.44% 0.67% -
XYZ 30.24 32.5 15.75 -
YUV 152.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 170 154 96 0 0.09 0.44 0.33 47.03 0.3 0.52
Hex AA 9A 60 0 9 2C 21 2F 1E 34
Octal 252 232 140 0 11 54 41 57 36 64
Binary 10101010 10011010 1100000 0 1001 101100 100001 101111 11110 110100

Color Harmonies of #AA9A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A60

Black with #AA9A60

Text Example


Text Example

White with #AA9A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A60; }

 p { color: rgb(170,154,96); }

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

background-color css

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

 a { background-color: rgb(170,154,96); }

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

border-color css

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

 span { border-color: rgb(170,154,96); }

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