Html Css Color HEX #AA9E4D Husk

📋 copy color: '#AA9E4D'

red 170 ◦ green 158 ◦ blue 77

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

Shades of Husk #AA9E4D

Tints of Husk #AA9E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.01%

R = 41.98%
G = 39.01%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA9E4D (or 0xAA9E4D) is known color: Husk. HEX triplet: AA, 9E and 4D. RGB value is (170,158,77). Sum of RGB (Red+Green+Blue) = 170+158+77=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E4D is #5561B2. Grayscale: #989898. Windows color (decimal): -5595571 or 5086890. OLE color: 5086890.

HSL color Cylindrical-coordinate representation of color #AA9E4D: hue angle of 52.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA9E4D is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 158 77 -
CMYK 0 0.07 0.55 0.33
HSL 52.26º 0.38% 0.48% -
HSV(B) 52.26º 0.55% 0.67% -
XYZ 30.14 33.54 11.91 -
YUV 152.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 170 158 77 0 0.07 0.55 0.33 52.26 0.38 0.48
Hex AA 9E 4D 0 7 37 21 34 26 30
Octal 252 236 115 0 7 67 41 64 46 60
Binary 10101010 10011110 1001101 0 111 110111 100001 110100 100110 110000

Color Harmonies of #AA9E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E4D

Black with #AA9E4D

Text Example


Text Example

White with #AA9E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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