Html Css Color HEX #A99D56 Husk

📋 copy color: '#A99D56'

red 169 ◦ green 157 ◦ blue 86

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

Shades of Husk #A99D56

Tints of Husk #A99D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 41.02%
G = 38.11%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A99D56 (or 0xA99D56) is known color: Husk. HEX triplet: A9, 9D and 56. RGB value is (169,157,86). Sum of RGB (Red+Green+Blue) = 169+157+86=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D56 is #5662A9. Grayscale: #989898. Windows color (decimal): -5661354 or 5676457. OLE color: 5676457.

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

Color convert

RGB 169 157 86 -
CMYK 0 0.07 0.49 0.34
HSL 51.33º 0.33% 0.5% -
HSV(B) 51.33º 0.49% 0.66% -
XYZ 30.1 33.22 13.63 -
YUV 152.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 169 157 86 0 0.07 0.49 0.34 51.33 0.33 0.5
Hex A9 9D 56 0 7 31 22 33 21 32
Octal 251 235 126 0 7 61 42 63 41 62
Binary 10101001 10011101 1010110 0 111 110001 100010 110011 100001 110010

Color Harmonies of #A99D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99D56

Black with #A99D56

Text Example


Text Example

White with #A99D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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