#ADA970

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

Shades of Hillary #ADA970

Tints of Hillary #ADA970

Color information

#ADA970 (or 0xADA970) is unknown color: approx Hillary. HEX triplet: AD, A9 and 70. RGB value is (173,169,112). Sum of RGB (Red+Green+Blue) = 173+169+112=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA970 is #52568F. Grayscale: #A3A3A3. Windows color (decimal): -5396112 or 7383469. OLE color: 7383469.

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

Color convert

RGB173169112-
CMYK00.020.350.32
HSL56.07º27.11%55.88%-
HSV(B)56.07º35.26%67.84%-
XYZ34.3538.4320.94-
YUV163.798.83134.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=38.11%
G=37.22%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316911200.020.350.3256.0727.1155.88
HexADA970022320381b38
Octal255251160024340703370
Binary1010110110101001111000001010001110000011100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA970; }

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

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

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

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

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

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

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

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