Html Css Color HEX #AD9E52 Husk

📋 copy color: '#AD9E52'

red 173 ◦ green 158 ◦ blue 82

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

Shades of Husk #AD9E52

Tints of Husk #AD9E52

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 41.89%
G = 38.26%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD9E52 (or 0xAD9E52) is known color: Husk. HEX triplet: AD, 9E and 52. RGB value is (173,158,82). Sum of RGB (Red+Green+Blue) = 173+158+82=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E52 is #5261AD. Grayscale: #9A9A9A. Windows color (decimal): -5398958 or 5414573. OLE color: 5414573.

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

Color convert

RGB 173 158 82 -
CMYK 0 0.09 0.53 0.32
HSL 50.11º 0.36% 0.5% -
HSV(B) 50.11º 0.53% 0.68% -
XYZ 30.98 33.95 12.9 -
YUV 153.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 173 158 82 0 0.09 0.53 0.32 50.11 0.36 0.5
Hex AD 9E 52 0 9 35 20 32 24 32
Octal 255 236 122 0 11 65 40 62 44 62
Binary 10101101 10011110 1010010 0 1001 110101 100000 110010 100100 110010

Color Harmonies of #AD9E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E52

Black with #AD9E52

Text Example


Text Example

White with #AD9E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E52; }

 p { color: rgb(173,158,82); }

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

background-color css

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

 a { background-color: rgb(173,158,82); }

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

border-color css

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

 span { border-color: rgb(173,158,82); }

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