Html Css Color HEX #AA9062 Barley Corn

📋 copy color: '#AA9062'

red 170 ◦ green 144 ◦ blue 98

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

Shades of Barley Corn #AA9062

Tints of Barley Corn #AA9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

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

R = 41.26%
G = 34.95%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9062 (or 0xAA9062) is known color: Barley Corn. HEX triplet: AA, 90 and 62. RGB value is (170,144,98). Sum of RGB (Red+Green+Blue) = 170+144+98=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9062 is #556F9D. Grayscale: #929292. Windows color (decimal): -5599134 or 6459562. OLE color: 6459562.

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

Color convert

RGB 170 144 98 -
CMYK 0 0.15 0.42 0.33
HSL 38.33º 0.3% 0.53% -
HSV(B) 38.33º 0.42% 0.67% -
XYZ 28.76 29.37 15.71 -
YUV 146.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 170 144 98 0 0.15 0.42 0.33 38.33 0.3 0.53
Hex AA 90 62 0 F 2A 21 26 1E 35
Octal 252 220 142 0 17 52 41 46 36 65
Binary 10101010 10010000 1100010 0 1111 101010 100001 100110 11110 110101

Color Harmonies of #AA9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9062

Black with #AA9062

Text Example


Text Example

White with #AA9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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