#ADA275

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

Shades of Hillary #ADA275

Tints of Hillary #ADA275

Color information

#ADA275 (or 0xADA275) is unknown color: approx Hillary. HEX triplet: AD, A2 and 75. RGB value is (173,162,117). Sum of RGB (Red+Green+Blue) = 173+162+117=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA275 is #525D8A. Grayscale: #A0A0A0. Windows color (decimal): -5397899 or 7709357. OLE color: 7709357.

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

Color convert

RGB173162117-
CMYK00.060.320.32
HSL48.21º25.45%56.86%-
HSV(B)48.21º32.37%67.84%-
XYZ33.3636.0122.02-
YUV160.16103.64137.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=38.27%
G=35.84%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316211700.060.320.3248.2125.4556.86
HexADA275062020301939
Octal255242165064040603171
Binary10101101101000101110101011010000010000011000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA275; }

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

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

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

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

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

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

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

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