Html Css Color HEX #AA9550 Husk

📋 copy color: '#AA9550'

red 170 ◦ green 149 ◦ blue 80

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

Shades of Husk #AA9550

Tints of Husk #AA9550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 42.61%
G = 37.34%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA9550 (or 0xAA9550) is known color: Husk. HEX triplet: AA, 95 and 50. RGB value is (170,149,80). Sum of RGB (Red+Green+Blue) = 170+149+80=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9550 is #556AAF. Grayscale: #939393. Windows color (decimal): -5597872 or 5281194. OLE color: 5281194.

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

Color convert

RGB 170 149 80 -
CMYK 0 0.12 0.53 0.33
HSL 46º 0.36% 0.49% -
HSV(B) 46º 0.53% 0.67% -
XYZ 28.77 30.62 11.98 -
YUV 147.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 170 149 80 0 0.12 0.53 0.33 46 0.36 0.49
Hex AA 95 50 0 C 35 21 2E 24 31
Octal 252 225 120 0 14 65 41 56 44 61
Binary 10101010 10010101 1010000 0 1100 110101 100001 101110 100100 110001

Color Harmonies of #AA9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9550

Black with #AA9550

Text Example


Text Example

White with #AA9550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9550; }

 p { color: rgb(170,149,80); }

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

background-color css

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

 a { background-color: rgb(170,149,80); }

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

border-color css

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

 span { border-color: rgb(170,149,80); }

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