Html Css Color HEX #A99D49 Husk

📋 copy color: '#A99D49'

red 169 ◦ green 157 ◦ blue 73

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

Shades of Husk #A99D49

Tints of Husk #A99D49

RGB

 RED value IS 169 (66.41% from 255) = 42.36%

 GREEN value IS 157 (61.72% from 255) = 39.35%

 BLUE value IS 73 (28.91% from 255) = 18.3%

R = 42.36%
G = 39.35%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A99D49 (or 0xA99D49) is known color: Husk. HEX triplet: A9, 9D and 49. RGB value is (169,157,73). Sum of RGB (Red+Green+Blue) = 169+157+73=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D49 is #5662B6. Grayscale: #979797. Windows color (decimal): -5661367 or 4824489. OLE color: 4824489.

HSL color Cylindrical-coordinate representation of color #A99D49: hue angle of 52.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A99D49 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 157 73 -
CMYK 0 0.07 0.57 0.34
HSL 52.5º 0.4% 0.47% -
HSV(B) 52.5º 0.57% 0.66% -
XYZ 29.62 33.03 11.12 -
YUV 151.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 169 157 73 0 0.07 0.57 0.34 52.5 0.4 0.47
Hex A9 9D 49 0 7 39 22 34 28 2F
Octal 251 235 111 0 7 71 42 64 50 57
Binary 10101001 10011101 1001001 0 111 111001 100010 110100 101000 101111

Color Harmonies of #A99D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99D49

Black with #A99D49

Text Example


Text Example

White with #A99D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99D49; }

 p { color: rgb(169,157,73); }

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

background-color css

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

 a { background-color: rgb(169,157,73); }

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

border-color css

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

 span { border-color: rgb(169,157,73); }

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