Html Css Color HEX #AA9860 Barley Corn

📋 copy color: '#AA9860'

red 170 ◦ green 152 ◦ blue 96

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

Shades of Barley Corn #AA9860

Tints of Barley Corn #AA9860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 40.67%
G = 36.36%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA9860 (or 0xAA9860) is known color: Barley Corn. HEX triplet: AA, 98 and 60. RGB value is (170,152,96). Sum of RGB (Red+Green+Blue) = 170+152+96=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9860 is #55679F. Grayscale: #979797. Windows color (decimal): -5597088 or 6330538. OLE color: 6330538.

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

Color convert

RGB 170 152 96 -
CMYK 0 0.11 0.44 0.33
HSL 45.41º 0.3% 0.52% -
HSV(B) 45.41º 0.44% 0.67% -
XYZ 29.92 31.85 15.64 -
YUV 151 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 170 152 96 0 0.11 0.44 0.33 45.41 0.3 0.52
Hex AA 98 60 0 B 2C 21 2D 1E 34
Octal 252 230 140 0 13 54 41 55 36 64
Binary 10101010 10011000 1100000 0 1011 101100 100001 101101 11110 110100

Color Harmonies of #AA9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9860

Black with #AA9860

Text Example


Text Example

White with #AA9860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9860; }

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

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

background-color css

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

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

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

border-color css

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

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

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