Html Css Color HEX #AD9753 Husk

📋 copy color: '#AD9753'

red 173 ◦ green 151 ◦ blue 83

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

Shades of Husk #AD9753

Tints of Husk #AD9753

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

 BLUE value IS 83 (32.81% from 255) = 20.39%

R = 42.51%
G = 37.1%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD9753 (or 0xAD9753) is known color: Husk. HEX triplet: AD, 97 and 53. RGB value is (173,151,83). Sum of RGB (Red+Green+Blue) = 173+151+83=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9753 is #5268AC. Grayscale: #969696. Windows color (decimal): -5400749 or 5478317. OLE color: 5478317.

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

Color convert

RGB 173 151 83 -
CMYK 0 0.13 0.52 0.32
HSL 45.33º 0.35% 0.5% -
HSV(B) 45.33º 0.52% 0.68% -
XYZ 29.86 31.64 12.72 -
YUV 149.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 173 151 83 0 0.13 0.52 0.32 45.33 0.35 0.5
Hex AD 97 53 0 D 34 20 2D 23 32
Octal 255 227 123 0 15 64 40 55 43 62
Binary 10101101 10010111 1010011 0 1101 110100 100000 101101 100011 110010

Color Harmonies of #AD9753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9753

Black with #AD9753

Text Example


Text Example

White with #AD9753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9753; }

 p { color: rgb(173,151,83); }

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

background-color css

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

 a { background-color: rgb(173,151,83); }

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

border-color css

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

 span { border-color: rgb(173,151,83); }

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