Html Css Color HEX #AD9557 Husk

📋 copy color: '#AD9557'

red 173 ◦ green 149 ◦ blue 87

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

Shades of Husk #AD9557

Tints of Husk #AD9557

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 42.3%
G = 36.43%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD9557 (or 0xAD9557) is known color: Husk. HEX triplet: AD, 95 and 57. RGB value is (173,149,87). Sum of RGB (Red+Green+Blue) = 173+149+87=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9557 is #526AA8. Grayscale: #959595. Windows color (decimal): -5401257 or 5739949. OLE color: 5739949.

HSL color Cylindrical-coordinate representation of color #AD9557: hue angle of 43.26º 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 #AD9557 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 87 -
CMYK 0 0.14 0.50 0.32
HSL 43.26º 0.34% 0.51% -
HSV(B) 43.26º 0.5% 0.68% -
XYZ 29.7 31.07 13.45 -
YUV 149.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 173 149 87 0 0.14 0.50 0.32 43.26 0.34 0.51
Hex AD 95 57 0 E 32 20 2B 22 33
Octal 255 225 127 0 16 62 40 53 42 63
Binary 10101101 10010101 1010111 0 1110 110010 100000 101011 100010 110011

Color Harmonies of #AD9557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9557

Black with #AD9557

Text Example


Text Example

White with #AD9557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9557; }

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

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

background-color css

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

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

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

border-color css

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

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

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