Html Css Color HEX #AA994F Husk

📋 copy color: '#AA994F'

red 170 ◦ green 153 ◦ blue 79

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

Shades of Husk #AA994F

Tints of Husk #AA994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.06%

 BLUE value IS 79 (31.25% from 255) = 19.65%

R = 42.29%
G = 38.06%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA994F (or 0xAA994F) is known color: Husk. HEX triplet: AA, 99 and 4F. RGB value is (170,153,79). Sum of RGB (Red+Green+Blue) = 170+153+79=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA994F is #5566B0. Grayscale: #959595. Windows color (decimal): -5596849 or 5216682. OLE color: 5216682.

HSL color Cylindrical-coordinate representation of color #AA994F: hue angle of 48.79º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA994F is Cyan = 0, Magento = 0.1, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 79 -
CMYK 0 0.1 0.54 0.33
HSL 48.79º 0.37% 0.49% -
HSV(B) 48.79º 0.54% 0.67% -
XYZ 29.38 31.89 12 -
YUV 149.65 88.13 142.52 -
System Red Green Blue C M Y K H S L
Decimal 170 153 79 0 0.1 0.54 0.33 48.79 0.37 0.49
Hex AA 99 4F 0 A 36 21 31 25 31
Octal 252 231 117 0 12 66 41 61 45 61
Binary 10101010 10011001 1001111 0 1010 110110 100001 110001 100101 110001

Color Harmonies of #AA994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA994F

Black with #AA994F

Text Example


Text Example

White with #AA994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA994F; }

 p { color: rgb(170,153,79); }

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

background-color css

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

 a { background-color: rgb(170,153,79); }

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

border-color css

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

 span { border-color: rgb(170,153,79); }

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