Html Css Color HEX #AA9B57 Husk

📋 copy color: '#AA9B57'

red 170 ◦ green 155 ◦ blue 87

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

Shades of Husk #AA9B57

Tints of Husk #AA9B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.12%

R = 41.26%
G = 37.62%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9B57 (or 0xAA9B57) is known color: Husk. HEX triplet: AA, 9B and 57. RGB value is (170,155,87). Sum of RGB (Red+Green+Blue) = 170+155+87=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B57 is #5564A8. Grayscale: #989898. Windows color (decimal): -5596329 or 5741482. OLE color: 5741482.

HSL color Cylindrical-coordinate representation of color #AA9B57: hue angle of 49.16º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA9B57 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 155 87 -
CMYK 0 0.09 0.49 0.33
HSL 49.16º 0.33% 0.5% -
HSV(B) 49.16º 0.49% 0.67% -
XYZ 30.02 32.68 13.74 -
YUV 151.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 170 155 87 0 0.09 0.49 0.33 49.16 0.33 0.5
Hex AA 9B 57 0 9 31 21 31 21 32
Octal 252 233 127 0 11 61 41 61 41 62
Binary 10101010 10011011 1010111 0 1001 110001 100001 110001 100001 110010

Color Harmonies of #AA9B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B57

Black with #AA9B57

Text Example


Text Example

White with #AA9B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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