Html Css Color HEX #AD9953 Husk

📋 copy color: '#AD9953'

red 173 ◦ green 153 ◦ blue 83

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

Shades of Husk #AD9953

Tints of Husk #AD9953

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.41%

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

R = 42.3%
G = 37.41%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD9953 (or 0xAD9953) is known color: Husk. HEX triplet: AD, 99 and 53. RGB value is (173,153,83). Sum of RGB (Red+Green+Blue) = 173+153+83=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9953 is #5266AC. Grayscale: #979797. Windows color (decimal): -5400237 or 5478829. OLE color: 5478829.

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

Color convert

RGB 173 153 83 -
CMYK 0 0.12 0.52 0.32
HSL 46.67º 0.35% 0.5% -
HSV(B) 46.67º 0.52% 0.68% -
XYZ 30.19 32.29 12.83 -
YUV 151 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 173 153 83 0 0.12 0.52 0.32 46.67 0.35 0.5
Hex AD 99 53 0 C 34 20 2F 23 32
Octal 255 231 123 0 14 64 40 57 43 62
Binary 10101101 10011001 1010011 0 1100 110100 100000 101111 100011 110010

Color Harmonies of #AD9953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9953

Black with #AD9953

Text Example


Text Example

White with #AD9953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9953; }

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

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

background-color css

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

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

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

border-color css

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

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

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