Html Css Color HEX #AA9B61 Barley Corn

📋 copy color: '#AA9B61'

red 170 ◦ green 155 ◦ blue 97

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

Shades of Barley Corn #AA9B61

Tints of Barley Corn #AA9B61

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

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

R = 40.28%
G = 36.73%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA9B61 (or 0xAA9B61) is known color: Barley Corn. HEX triplet: AA, 9B and 61. RGB value is (170,155,97). Sum of RGB (Red+Green+Blue) = 170+155+97=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B61 is #55649E. Grayscale: #999999. Windows color (decimal): -5596319 or 6396842. OLE color: 6396842.

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

Color convert

RGB 170 155 97 -
CMYK 0 0.09 0.43 0.33
HSL 47.67º 0.3% 0.52% -
HSV(B) 47.67º 0.43% 0.67% -
XYZ 30.46 32.85 16.05 -
YUV 152.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 170 155 97 0 0.09 0.43 0.33 47.67 0.3 0.52
Hex AA 9B 61 0 9 2B 21 30 1E 34
Octal 252 233 141 0 11 53 41 60 36 64
Binary 10101010 10011011 1100001 0 1001 101011 100001 110000 11110 110100

Color Harmonies of #AA9B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B61

Black with #AA9B61

Text Example


Text Example

White with #AA9B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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