Html Css Color HEX #A99D4C Husk

📋 copy color: '#A99D4C'

red 169 ◦ green 157 ◦ blue 76

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

Shades of Husk #A99D4C

Tints of Husk #A99D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.91%

R = 42.04%
G = 39.05%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A99D4C (or 0xA99D4C) is known color: Husk. HEX triplet: A9, 9D and 4C. RGB value is (169,157,76). Sum of RGB (Red+Green+Blue) = 169+157+76=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D4C is #5662B3. Grayscale: #979797. Windows color (decimal): -5661364 or 5021097. OLE color: 5021097.

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

Color convert

RGB 169 157 76 -
CMYK 0 0.07 0.55 0.34
HSL 52.26º 0.38% 0.48% -
HSV(B) 52.26º 0.55% 0.66% -
XYZ 29.72 33.07 11.65 -
YUV 151.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 169 157 76 0 0.07 0.55 0.34 52.26 0.38 0.48
Hex A9 9D 4C 0 7 37 22 34 26 30
Octal 251 235 114 0 7 67 42 64 46 60
Binary 10101001 10011101 1001100 0 111 110111 100010 110100 100110 110000

Color Harmonies of #A99D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99D4C

Black with #A99D4C

Text Example


Text Example

White with #A99D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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