#AD9C53

Color #AD9C53 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AD9C53

Tints of Husk #AD9C53

Color information

#AD9C53 (or 0xAD9C53) is unknown color: approx Husk. HEX triplet: AD, 9C and 53. RGB value is (173,156,83). Sum of RGB (Red+Green+Blue) = 173+156+83=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C53 is #5263AC. Grayscale: #999999. Windows color (decimal): -5399469 or 5479597. OLE color: 5479597.

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

Color convert

RGB17315683-
CMYK00.100.520.32
HSL48.67º35.43%50.2%-
HSV(B)48.67º52.02%67.84%-
XYZ30.6833.2912.99-
YUV152.7688.63142.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 83 (32.81% from 255) = 20.15%
R=41.99%
G=37.86%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731568300.100.520.3248.6735.4350.2
HexAD9C530A3420312332
Octal2552341230126440614362
Binary1010110110011100101001101010110100100000110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C53; }

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

 H1.HeaderClassName
 {
   color: #AD9C53;
 }
 .AnyTagClassName
 {
   color: #AD9C53;
 }
</style>
background-color css

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

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

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

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

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

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