Html Css Color HEX #AA8F62 Barley Corn

📋 copy color: '#AA8F62'

red 170 ◦ green 143 ◦ blue 98

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

Shades of Barley Corn #AA8F62

Tints of Barley Corn #AA8F62

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 41.36%
G = 34.79%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA8F62 (or 0xAA8F62) is known color: Barley Corn. HEX triplet: AA, 8F and 62. RGB value is (170,143,98). Sum of RGB (Red+Green+Blue) = 170+143+98=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F62 is #55709D. Grayscale: #929292. Windows color (decimal): -5599390 or 6459306. OLE color: 6459306.

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

Color convert

RGB 170 143 98 -
CMYK 0 0.16 0.42 0.33
HSL 37.5º 0.3% 0.53% -
HSV(B) 37.5º 0.42% 0.67% -
XYZ 28.6 29.07 15.66 -
YUV 145.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 170 143 98 0 0.16 0.42 0.33 37.5 0.3 0.53
Hex AA 8F 62 0 10 2A 21 26 1E 35
Octal 252 217 142 0 20 52 41 46 36 65
Binary 10101010 10001111 1100010 0 10000 101010 100001 100110 11110 110101

Color Harmonies of #AA8F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F62

Black with #AA8F62

Text Example


Text Example

White with #AA8F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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