#ADA37D

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

Shades of Hillary #ADA37D

Tints of Hillary #ADA37D

Color information

#ADA37D (or 0xADA37D) is unknown color: approx Hillary. HEX triplet: AD, A3 and 7D. RGB value is (173,163,125). Sum of RGB (Red+Green+Blue) = 173+163+125=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA37D is #525C82. Grayscale: #A1A1A1. Windows color (decimal): -5397635 or 8233901. OLE color: 8233901.

HSL color Cylindrical-coordinate representation of color #ADA37D: hue angle of 47.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA37D is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173163125-
CMYK00.060.280.32
HSL47.5º22.64%58.43%-
HSV(B)47.5º27.75%67.84%-
XYZ34.0336.5624.66-
YUV161.66107.31136.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=37.53%
G=35.36%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316312500.060.280.3247.522.6458.43
HexADA37D061C2030173a
Octal255243175063440602772
Binary1010110110100011111110101101110010000011000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA37D; }

 p { color: rgb(173,163,125); }

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

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

 a { background-color: rgb(173,163,125); }

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

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

 span { border-color: rgb(173,163,125); }

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