Html Css Color HEX #AA9E4A Husk

📋 copy color: '#AA9E4A'

red 170 ◦ green 158 ◦ blue 74

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

Shades of Husk #AA9E4A

Tints of Husk #AA9E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.41%

R = 42.29%
G = 39.3%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA9E4A (or 0xAA9E4A) is known color: Husk. HEX triplet: AA, 9E and 4A. RGB value is (170,158,74). Sum of RGB (Red+Green+Blue) = 170+158+74=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E4A is #5561B5. Grayscale: #989898. Windows color (decimal): -5595574 or 4890282. OLE color: 4890282.

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

Color convert

RGB 170 158 74 -
CMYK 0 0.07 0.56 0.33
HSL 52.5º 0.39% 0.48% -
HSV(B) 52.5º 0.56% 0.67% -
XYZ 30.04 33.49 11.36 -
YUV 152.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 170 158 74 0 0.07 0.56 0.33 52.5 0.39 0.48
Hex AA 9E 4A 0 7 38 21 34 27 30
Octal 252 236 112 0 7 70 41 64 47 60
Binary 10101010 10011110 1001010 0 111 111000 100001 110100 100111 110000

Color Harmonies of #AA9E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E4A

Black with #AA9E4A

Text Example


Text Example

White with #AA9E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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