Html Css Color HEX #AA9554 Husk

📋 copy color: '#AA9554'

red 170 ◦ green 149 ◦ blue 84

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

Shades of Husk #AA9554

Tints of Husk #AA9554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.84%

R = 42.18%
G = 36.97%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA9554 (or 0xAA9554) is known color: Husk. HEX triplet: AA, 95 and 54. RGB value is (170,149,84). Sum of RGB (Red+Green+Blue) = 170+149+84=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9554 is #556AAB. Grayscale: #949494. Windows color (decimal): -5597868 or 5543338. OLE color: 5543338.

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

Color convert

RGB 170 149 84 -
CMYK 0 0.12 0.51 0.33
HSL 45.35º 0.34% 0.5% -
HSV(B) 45.35º 0.51% 0.67% -
XYZ 28.93 30.68 12.79 -
YUV 147.87 91.96 143.79 -
System Red Green Blue C M Y K H S L
Decimal 170 149 84 0 0.12 0.51 0.33 45.35 0.34 0.5
Hex AA 95 54 0 C 33 21 2D 22 32
Octal 252 225 124 0 14 63 41 55 42 62
Binary 10101010 10010101 1010100 0 1100 110011 100001 101101 100010 110010

Color Harmonies of #AA9554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9554

Black with #AA9554

Text Example


Text Example

White with #AA9554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9554; }

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

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

background-color css

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

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

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

border-color css

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

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

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