#ADA575

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

Shades of Hillary #ADA575

Tints of Hillary #ADA575

Color information

#ADA575 (or 0xADA575) is unknown color: approx Hillary. HEX triplet: AD, A5 and 75. RGB value is (173,165,117). Sum of RGB (Red+Green+Blue) = 173+165+117=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA575 is #525A8A. Grayscale: #A2A2A2. Windows color (decimal): -5397131 or 7710125. OLE color: 7710125.

HSL color Cylindrical-coordinate representation of color #ADA575: hue angle of 51.43º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA575 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB173165117-
CMYK00.050.320.32
HSL51.43º25.45%56.86%-
HSV(B)51.43º32.37%67.84%-
XYZ33.937.0822.2-
YUV161.92102.65135.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=38.02%
G=36.26%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316511700.050.320.3251.4325.4556.86
HexADA575052020331939
Octal255245165054040633171
Binary10101101101001011110101010110000010000011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA575; }

 p { color: rgb(173,165,117); }

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

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

 a { background-color: rgb(173,165,117); }

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

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

 span { border-color: rgb(173,165,117); }

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