Html Css Color HEX #AA9E54 Husk

📋 copy color: '#AA9E54'

red 170 ◦ green 158 ◦ blue 84

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

Shades of Husk #AA9E54

Tints of Husk #AA9E54

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

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

R = 41.26%
G = 38.35%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA9E54 (or 0xAA9E54) is known color: Husk. HEX triplet: AA, 9E and 54. RGB value is (170,158,84). Sum of RGB (Red+Green+Blue) = 170+158+84=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E54 is #5561AB. Grayscale: #999999. Windows color (decimal): -5595564 or 5545642. OLE color: 5545642.

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

Color convert

RGB 170 158 84 -
CMYK 0 0.07 0.51 0.33
HSL 51.63º 0.34% 0.5% -
HSV(B) 51.63º 0.51% 0.67% -
XYZ 30.4 33.64 13.28 -
YUV 153.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 170 158 84 0 0.07 0.51 0.33 51.63 0.34 0.5
Hex AA 9E 54 0 7 33 21 34 22 32
Octal 252 236 124 0 7 63 41 64 42 62
Binary 10101010 10011110 1010100 0 111 110011 100001 110100 100010 110010

Color Harmonies of #AA9E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E54

Black with #AA9E54

Text Example


Text Example

White with #AA9E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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