Html Css Color HEX #AA9655 Husk

📋 copy color: '#AA9655'

red 170 ◦ green 150 ◦ blue 85

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

Shades of Husk #AA9655

Tints of Husk #AA9655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 41.98%
G = 37.04%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA9655 (or 0xAA9655) is known color: Husk. HEX triplet: AA, 96 and 55. RGB value is (170,150,85). Sum of RGB (Red+Green+Blue) = 170+150+85=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9655 is #5569AA. Grayscale: #949494. Windows color (decimal): -5597611 or 5609130. OLE color: 5609130.

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

Color convert

RGB 170 150 85 -
CMYK 0 0.12 0.50 0.33
HSL 45.88º 0.33% 0.5% -
HSV(B) 45.88º 0.5% 0.67% -
XYZ 29.12 31.01 13.05 -
YUV 148.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 170 150 85 0 0.12 0.50 0.33 45.88 0.33 0.5
Hex AA 96 55 0 C 32 21 2E 21 32
Octal 252 226 125 0 14 62 41 56 41 62
Binary 10101010 10010110 1010101 0 1100 110010 100001 101110 100001 110010

Color Harmonies of #AA9655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9655

Black with #AA9655

Text Example


Text Example

White with #AA9655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9655; }

 p { color: rgb(170,150,85); }

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

background-color css

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

 a { background-color: rgb(170,150,85); }

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

border-color css

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

 span { border-color: rgb(170,150,85); }

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