#ADA380

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

Shades of Hillary #ADA380

Tints of Hillary #ADA380

Color information

#ADA380 (or 0xADA380) is unknown color: approx Hillary. HEX triplet: AD, A3 and 80. RGB value is (173,163,128). Sum of RGB (Red+Green+Blue) = 173+163+128=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA380 is #525C7F. Grayscale: #A2A2A2. Windows color (decimal): -5397632 or 8430509. OLE color: 8430509.

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

Color convert

RGB173163128-
CMYK00.060.260.32
HSL46.67º21.53%59.02%-
HSV(B)46.67º26.01%67.84%-
XYZ34.2336.6425.69-
YUV162108.81135.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=37.28%
G=35.13%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316312800.060.260.3246.6721.5359.02
HexADA380061A202f163b
Octal255243200063240572673
Binary10101101101000111000000001101101010000010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA380; }

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

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

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

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

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

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

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

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