Html Css Color HEX #AA9862 Barley Corn

📋 copy color: '#AA9862'

red 170 ◦ green 152 ◦ blue 98

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

Shades of Barley Corn #AA9862

Tints of Barley Corn #AA9862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.33%

R = 40.48%
G = 36.19%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9862 (or 0xAA9862) is known color: Barley Corn. HEX triplet: AA, 98 and 62. RGB value is (170,152,98). Sum of RGB (Red+Green+Blue) = 170+152+98=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9862 is #55679D. Grayscale: #979797. Windows color (decimal): -5597086 or 6461610. OLE color: 6461610.

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

Color convert

RGB 170 152 98 -
CMYK 0 0.11 0.42 0.33
HSL 45º 0.3% 0.53% -
HSV(B) 45º 0.42% 0.67% -
XYZ 30.01 31.88 16.13 -
YUV 151.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 170 152 98 0 0.11 0.42 0.33 45 0.3 0.53
Hex AA 98 62 0 B 2A 21 2D 1E 35
Octal 252 230 142 0 13 52 41 55 36 65
Binary 10101010 10011000 1100010 0 1011 101010 100001 101101 11110 110101

Color Harmonies of #AA9862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9862

Black with #AA9862

Text Example


Text Example

White with #AA9862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9862; }

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

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

background-color css

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

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

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

border-color css

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

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

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