#ADA57A

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

Shades of Hillary #ADA57A

Tints of Hillary #ADA57A

Color information

#ADA57A (or 0xADA57A) is unknown color: approx Hillary. HEX triplet: AD, A5 and 7A. RGB value is (173,165,122). Sum of RGB (Red+Green+Blue) = 173+165+122=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA57A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA57A is #525A85. Grayscale: #A2A2A2. Windows color (decimal): -5397126 or 8037805. OLE color: 8037805.

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

Color convert

RGB173165122-
CMYK00.050.290.32
HSL50.59º23.72%57.84%-
HSV(B)50.59º29.48%67.84%-
XYZ34.237.223.79-
YUV162.49105.15135.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=37.61%
G=35.87%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316512200.050.290.3250.5923.7257.84
HexADA57A051D2033183a
Octal255245172053540633072
Binary1010110110100101111101001011110110000011001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA57A; }

 p { color: rgb(173,165,122); }

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

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

 a { background-color: rgb(173,165,122); }

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

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

 span { border-color: rgb(173,165,122); }

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