#ADA46D

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

Shades of Hillary #ADA46D

Tints of Hillary #ADA46D

Color information

#ADA46D (or 0xADA46D) is unknown color: approx Hillary. HEX triplet: AD, A4 and 6D. RGB value is (173,164,109). Sum of RGB (Red+Green+Blue) = 173+164+109=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA46D is #525B92. Grayscale: #A0A0A0. Windows color (decimal): -5397395 or 7185581. OLE color: 7185581.

HSL color Cylindrical-coordinate representation of color #ADA46D: hue angle of 51.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADA46D is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB173164109-
CMYK00.050.370.32
HSL51.56º28.07%55.29%-
HSV(B)51.56º36.99%67.84%-
XYZ33.2736.5419.77-
YUV160.4298.98136.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=38.79%
G=36.77%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316410900.050.370.3251.5628.0755.29
HexADA46D052520341c37
Octal255244155054540643467
Binary10101101101001001101101010110010110000011010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA46D; }

 p { color: rgb(173,164,109); }

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

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

 a { background-color: rgb(173,164,109); }

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

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

 span { border-color: rgb(173,164,109); }

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