#ADA075

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

Shades of Hillary #ADA075

Tints of Hillary #ADA075

Color information

#ADA075 (or 0xADA075) is unknown color: approx Hillary. HEX triplet: AD, A0 and 75. RGB value is (173,160,117). Sum of RGB (Red+Green+Blue) = 173+160+117=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA075 is #525F8A. Grayscale: #9F9F9F. Windows color (decimal): -5398411 or 7708845. OLE color: 7708845.

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

Color convert

RGB173160117-
CMYK00.080.320.32
HSL46.07º25.45%56.86%-
HSV(B)46.07º32.37%67.84%-
XYZ33.0235.3121.91-
YUV158.98104.31138-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 117 (46.09% from 255) = 26%
R=38.44%
G=35.56%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316011700.080.320.3246.0725.4556.86
HexADA0750820202e1939
Octal2552401650104040563171
Binary101011011010000011101010100010000010000010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA075; }

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

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

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

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

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

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

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

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