#ADA278

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

Shades of Hillary #ADA278

Tints of Hillary #ADA278

Color information

#ADA278 (or 0xADA278) is unknown color: approx Hillary. HEX triplet: AD, A2 and 78. RGB value is (173,162,120). Sum of RGB (Red+Green+Blue) = 173+162+120=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA278 is #525D87. Grayscale: #A0A0A0. Windows color (decimal): -5397896 or 7905965. OLE color: 7905965.

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

Color convert

RGB173162120-
CMYK00.060.310.32
HSL47.55º24.42%57.45%-
HSV(B)47.55º30.64%67.84%-
XYZ33.5436.0822.97-
YUV160.5105.14136.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=38.02%
G=35.60%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316212000.060.310.3247.5524.4257.45
HexADA278061F20301839
Octal255242170063740603071
Binary1010110110100010111100001101111110000011000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA278; }

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

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

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

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

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

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

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

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