Html Css Color HEX #AA9B5B Husk

📋 copy color: '#AA9B5B'

red 170 ◦ green 155 ◦ blue 91

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

Shades of Husk #AA9B5B

Tints of Husk #AA9B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.88%

R = 40.87%
G = 37.26%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA9B5B (or 0xAA9B5B) is known color: Husk. HEX triplet: AA, 9B and 5B. RGB value is (170,155,91). Sum of RGB (Red+Green+Blue) = 170+155+91=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B5B is #5564A4. Grayscale: #989898. Windows color (decimal): -5596325 or 6003626. OLE color: 6003626.

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

Color convert

RGB 170 155 91 -
CMYK 0 0.09 0.46 0.33
HSL 48.61º 0.32% 0.51% -
HSV(B) 48.61º 0.46% 0.67% -
XYZ 30.19 32.74 14.63 -
YUV 152.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 170 155 91 0 0.09 0.46 0.33 48.61 0.32 0.51
Hex AA 9B 5B 0 9 2E 21 31 20 33
Octal 252 233 133 0 11 56 41 61 40 63
Binary 10101010 10011011 1011011 0 1001 101110 100001 110001 100000 110011

Color Harmonies of #AA9B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B5B

Black with #AA9B5B

Text Example


Text Example

White with #AA9B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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