#ADA870

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

Shades of Hillary #ADA870

Tints of Hillary #ADA870

Color information

#ADA870 (or 0xADA870) is unknown color: approx Hillary. HEX triplet: AD, A8 and 70. RGB value is (173,168,112). Sum of RGB (Red+Green+Blue) = 173+168+112=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA870 is #52578F. Grayscale: #A3A3A3. Windows color (decimal): -5396368 or 7383213. OLE color: 7383213.

HSL color Cylindrical-coordinate representation of color #ADA870: hue angle of 55.08º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA870 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB173168112-
CMYK00.030.350.32
HSL55.08º27.11%55.88%-
HSV(B)55.08º35.26%67.84%-
XYZ34.1638.0620.87-
YUV163.1199.16135.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=38.19%
G=37.09%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316811200.030.350.3255.0827.1155.88
HexADA870032320371b38
Octal255250160034340673370
Binary1010110110101000111000001110001110000011011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA870; }

 p { color: rgb(173,168,112); }

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

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

 a { background-color: rgb(173,168,112); }

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

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

 span { border-color: rgb(173,168,112); }

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