#ADA280

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

Shades of Hillary #ADA280

Tints of Hillary #ADA280

Color information

#ADA280 (or 0xADA280) is unknown color: approx Hillary. HEX triplet: AD, A2 and 80. RGB value is (173,162,128). Sum of RGB (Red+Green+Blue) = 173+162+128=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA280 is #525D7F. Grayscale: #A1A1A1. Windows color (decimal): -5397888 or 8430253. OLE color: 8430253.

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

Color convert

RGB173162128-
CMYK00.060.260.32
HSL45.33º21.53%59.02%-
HSV(B)45.33º26.01%67.84%-
XYZ34.0536.2825.63-
YUV161.41109.14136.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=37.37%
G=34.99%
B=27.65%

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
Decimal17316212800.060.260.3245.3321.5359.02
HexADA280061A202d163b
Octal255242200063240552673
Binary10101101101000101000000001101101010000010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA280; }

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

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

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

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

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

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

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

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