#ADA674

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

Shades of Hillary #ADA674

Tints of Hillary #ADA674

Color information

#ADA674 (or 0xADA674) is unknown color: approx Hillary. HEX triplet: AD, A6 and 74. RGB value is (173,166,116). Sum of RGB (Red+Green+Blue) = 173+166+116=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA674 is #52598B. Grayscale: #A2A2A2. Windows color (decimal): -5396876 or 7644845. OLE color: 7644845.

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

Color convert

RGB173166116-
CMYK00.040.330.32
HSL52.63º25.79%56.67%-
HSV(B)52.63º32.95%67.84%-
XYZ34.0237.4221.95-
YUV162.39101.82135.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=38.02%
G=36.48%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316611600.040.330.3252.6325.7956.67
HexADA674042120351a39
Octal255246164044140653271
Binary10101101101001101110100010010000110000011010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA674; }

 p { color: rgb(173,166,116); }

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

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

 a { background-color: rgb(173,166,116); }

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

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

 span { border-color: rgb(173,166,116); }

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