Html Css Color HEX #AA9956 Husk

📋 copy color: '#AA9956'

red 170 ◦ green 153 ◦ blue 86

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

Shades of Husk #AA9956

Tints of Husk #AA9956

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.41%

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

R = 41.56%
G = 37.41%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9956 (or 0xAA9956) is known color: Husk. HEX triplet: AA, 99 and 56. RGB value is (170,153,86). Sum of RGB (Red+Green+Blue) = 170+153+86=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9956 is #5566A9. Grayscale: #969696. Windows color (decimal): -5596842 or 5675434. OLE color: 5675434.

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

Color convert

RGB 170 153 86 -
CMYK 0 0.1 0.49 0.33
HSL 47.86º 0.33% 0.5% -
HSV(B) 47.86º 0.49% 0.67% -
XYZ 29.65 32 13.42 -
YUV 150.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 170 153 86 0 0.1 0.49 0.33 47.86 0.33 0.5
Hex AA 99 56 0 A 31 21 30 21 32
Octal 252 231 126 0 12 61 41 60 41 62
Binary 10101010 10011001 1010110 0 1010 110001 100001 110000 100001 110010

Color Harmonies of #AA9956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9956

Black with #AA9956

Text Example


Text Example

White with #AA9956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9956; }

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

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

background-color css

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

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

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

border-color css

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

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

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