Html Css Color HEX #AD9555 Husk

📋 copy color: '#AD9555'

red 173 ◦ green 149 ◦ blue 85

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

Shades of Husk #AD9555

Tints of Husk #AD9555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.88%

R = 42.51%
G = 36.61%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD9555 (or 0xAD9555) is known color: Husk. HEX triplet: AD, 95 and 55. RGB value is (173,149,85). Sum of RGB (Red+Green+Blue) = 173+149+85=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9555 is #526AAA. Grayscale: #959595. Windows color (decimal): -5401259 or 5608877. OLE color: 5608877.

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

Color convert

RGB 173 149 85 -
CMYK 0 0.14 0.51 0.32
HSL 43.64º 0.35% 0.51% -
HSV(B) 43.64º 0.51% 0.68% -
XYZ 29.62 31.04 13.02 -
YUV 148.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 173 149 85 0 0.14 0.51 0.32 43.64 0.35 0.51
Hex AD 95 55 0 E 33 20 2C 23 33
Octal 255 225 125 0 16 63 40 54 43 63
Binary 10101101 10010101 1010101 0 1110 110011 100000 101100 100011 110011

Color Harmonies of #AD9555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9555

Black with #AD9555

Text Example


Text Example

White with #AD9555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9555; }

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

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

background-color css

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

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

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

border-color css

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

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

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