Html Css Color HEX #AA9F4A Husk

📋 copy color: '#AA9F4A'

red 170 ◦ green 159 ◦ blue 74

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

Shades of Husk #AA9F4A

Tints of Husk #AA9F4A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.45%

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

R = 42.18%
G = 39.45%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA9F4A (or 0xAA9F4A) is known color: Husk. HEX triplet: AA, 9F and 4A. RGB value is (170,159,74). Sum of RGB (Red+Green+Blue) = 170+159+74=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F4A is #5560B5. Grayscale: #989898. Windows color (decimal): -5595318 or 4890538. OLE color: 4890538.

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

Color convert

RGB 170 159 74 -
CMYK 0 0.06 0.56 0.33
HSL 53.13º 0.39% 0.48% -
HSV(B) 53.13º 0.56% 0.67% -
XYZ 30.21 33.84 11.42 -
YUV 152.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 170 159 74 0 0.06 0.56 0.33 53.13 0.39 0.48
Hex AA 9F 4A 0 6 38 21 35 27 30
Octal 252 237 112 0 6 70 41 65 47 60
Binary 10101010 10011111 1001010 0 110 111000 100001 110101 100111 110000

Color Harmonies of #AA9F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F4A

Black with #AA9F4A

Text Example


Text Example

White with #AA9F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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