#ADA378

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

Shades of Hillary #ADA378

Tints of Hillary #ADA378

Color information

#ADA378 (or 0xADA378) is unknown color: approx Hillary. HEX triplet: AD, A3 and 78. RGB value is (173,163,120). Sum of RGB (Red+Green+Blue) = 173+163+120=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA378 is #525C87. Grayscale: #A1A1A1. Windows color (decimal): -5397640 or 7906221. OLE color: 7906221.

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

Color convert

RGB173163120-
CMYK00.060.310.32
HSL48.68º24.42%57.45%-
HSV(B)48.68º30.64%67.84%-
XYZ33.7236.4323.02-
YUV161.09104.81136.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=37.94%
G=35.75%
B=26.32%

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
Decimal17316312000.060.310.3248.6824.4257.45
HexADA378061F20311839
Octal255243170063740613071
Binary1010110110100011111100001101111110000011000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA378; }

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

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

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

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

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

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

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

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