Html Css Color HEX #AA9A5B Husk

📋 copy color: '#AA9A5B'

red 170 ◦ green 154 ◦ blue 91

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

Shades of Husk #AA9A5B

Tints of Husk #AA9A5B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.11%

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

R = 40.96%
G = 37.11%
B = 21.93%

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

#AA9A5B (or 0xAA9A5B) is known color: Husk. HEX triplet: AA, 9A and 5B. RGB value is (170,154,91). Sum of RGB (Red+Green+Blue) = 170+154+91=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A5B is #5565A4. Grayscale: #979797. Windows color (decimal): -5596581 or 6003370. OLE color: 6003370.

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

Color convert

RGB 170 154 91 -
CMYK 0 0.09 0.46 0.33
HSL 47.85º 0.32% 0.51% -
HSV(B) 47.85º 0.46% 0.67% -
XYZ 30.02 32.41 14.57 -
YUV 151.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 170 154 91 0 0.09 0.46 0.33 47.85 0.32 0.51
Hex AA 9A 5B 0 9 2E 21 30 20 33
Octal 252 232 133 0 11 56 41 60 40 63
Binary 10101010 10011010 1011011 0 1001 101110 100001 110000 100000 110011

Color Harmonies of #AA9A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A5B

Black with #AA9A5B

Text Example


Text Example

White with #AA9A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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