Html Css Color HEX #AA9B5A Husk

📋 copy color: '#AA9B5A'

red 170 ◦ green 155 ◦ blue 90

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

Shades of Husk #AA9B5A

Tints of Husk #AA9B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 40.96%
G = 37.35%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA9B5A (or 0xAA9B5A) is known color: Husk. HEX triplet: AA, 9B and 5A. RGB value is (170,155,90). Sum of RGB (Red+Green+Blue) = 170+155+90=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B5A is #5564A5. Grayscale: #989898. Windows color (decimal): -5596326 or 5938090. OLE color: 5938090.

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

Color convert

RGB 170 155 90 -
CMYK 0 0.09 0.47 0.33
HSL 48.75º 0.32% 0.51% -
HSV(B) 48.75º 0.47% 0.67% -
XYZ 30.14 32.73 14.4 -
YUV 152.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 170 155 90 0 0.09 0.47 0.33 48.75 0.32 0.51
Hex AA 9B 5A 0 9 2F 21 31 20 33
Octal 252 233 132 0 11 57 41 61 40 63
Binary 10101010 10011011 1011010 0 1001 101111 100001 110001 100000 110011

Color Harmonies of #AA9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B5A

Black with #AA9B5A

Text Example


Text Example

White with #AA9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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