Html Css Color HEX #AA9061 Barley Corn

📋 copy color: '#AA9061'

red 170 ◦ green 144 ◦ blue 97

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

Shades of Barley Corn #AA9061

Tints of Barley Corn #AA9061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.6%

R = 41.36%
G = 35.04%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA9061 (or 0xAA9061) is known color: Barley Corn. HEX triplet: AA, 90 and 61. RGB value is (170,144,97). Sum of RGB (Red+Green+Blue) = 170+144+97=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9061 is #556F9E. Grayscale: #929292. Windows color (decimal): -5599135 or 6394026. OLE color: 6394026.

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

Color convert

RGB 170 144 97 -
CMYK 0 0.15 0.43 0.33
HSL 38.63º 0.3% 0.52% -
HSV(B) 38.63º 0.43% 0.67% -
XYZ 28.71 29.36 15.46 -
YUV 146.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 170 144 97 0 0.15 0.43 0.33 38.63 0.3 0.52
Hex AA 90 61 0 F 2B 21 27 1E 34
Octal 252 220 141 0 17 53 41 47 36 64
Binary 10101010 10010000 1100001 0 1111 101011 100001 100111 11110 110100

Color Harmonies of #AA9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9061

Black with #AA9061

Text Example


Text Example

White with #AA9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9061; }

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

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

background-color css

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

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

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

border-color css

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

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

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