Html Css Color HEX #AD9D57 Husk

📋 copy color: '#AD9D57'

red 173 ◦ green 157 ◦ blue 87

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

Shades of Husk #AD9D57

Tints of Husk #AD9D57

RGB

 RED value IS 173 (67.97% from 255) = 41.49%

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

 BLUE value IS 87 (34.38% from 255) = 20.86%

R = 41.49%
G = 37.65%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD9D57 (or 0xAD9D57) is known color: Husk. HEX triplet: AD, 9D and 57. RGB value is (173,157,87). Sum of RGB (Red+Green+Blue) = 173+157+87=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D57 is #5262A8. Grayscale: #9A9A9A. Windows color (decimal): -5399209 or 5741997. OLE color: 5741997.

HSL color Cylindrical-coordinate representation of color #AD9D57: hue angle of 48.84º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD9D57 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 157 87 -
CMYK 0 0.09 0.50 0.32
HSL 48.84º 0.34% 0.51% -
HSV(B) 48.84º 0.5% 0.68% -
XYZ 31.01 33.69 13.88 -
YUV 153.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 173 157 87 0 0.09 0.50 0.32 48.84 0.34 0.51
Hex AD 9D 57 0 9 32 20 31 22 33
Octal 255 235 127 0 11 62 40 61 42 63
Binary 10101101 10011101 1010111 0 1001 110010 100000 110001 100010 110011

Color Harmonies of #AD9D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D57

Black with #AD9D57

Text Example


Text Example

White with #AD9D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D57; }

 p { color: rgb(173,157,87); }

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

background-color css

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

 a { background-color: rgb(173,157,87); }

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

border-color css

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

 span { border-color: rgb(173,157,87); }

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