#ADA375

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

Shades of Hillary #ADA375

Tints of Hillary #ADA375

Color information

#ADA375 (or 0xADA375) is unknown color: approx Hillary. HEX triplet: AD, A3 and 75. RGB value is (173,163,117). Sum of RGB (Red+Green+Blue) = 173+163+117=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA375 is #525C8A. Grayscale: #A0A0A0. Windows color (decimal): -5397643 or 7709613. OLE color: 7709613.

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

Color convert

RGB173163117-
CMYK00.060.320.32
HSL49.29º25.45%56.86%-
HSV(B)49.29º32.37%67.84%-
XYZ33.5436.3622.08-
YUV160.75103.31136.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=38.19%
G=35.98%
B=25.83%

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
Decimal17316311700.060.320.3249.2925.4556.86
HexADA375062020311939
Octal255243165064040613171
Binary10101101101000111110101011010000010000011000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA375; }

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

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

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

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

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

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

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

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