Html Css Color HEX #AA9656 Husk

📋 copy color: '#AA9656'

red 170 ◦ green 150 ◦ blue 86

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

Shades of Husk #AA9656

Tints of Husk #AA9656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.18%

R = 41.87%
G = 36.95%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9656 (or 0xAA9656) is known color: Husk. HEX triplet: AA, 96 and 56. RGB value is (170,150,86). Sum of RGB (Red+Green+Blue) = 170+150+86=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9656 is #5569A9. Grayscale: #949494. Windows color (decimal): -5597610 or 5674666. OLE color: 5674666.

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

Color convert

RGB 170 150 86 -
CMYK 0 0.12 0.49 0.33
HSL 45.71º 0.33% 0.5% -
HSV(B) 45.71º 0.49% 0.67% -
XYZ 29.16 31.03 13.26 -
YUV 148.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 170 150 86 0 0.12 0.49 0.33 45.71 0.33 0.5
Hex AA 96 56 0 C 31 21 2E 21 32
Octal 252 226 126 0 14 61 41 56 41 62
Binary 10101010 10010110 1010110 0 1100 110001 100001 101110 100001 110010

Color Harmonies of #AA9656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9656

Black with #AA9656

Text Example


Text Example

White with #AA9656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9656; }

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

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

background-color css

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

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

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

border-color css

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

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

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