#ADA47B

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

Shades of Hillary #ADA47B

Tints of Hillary #ADA47B

Color information

#ADA47B (or 0xADA47B) is unknown color: approx Hillary. HEX triplet: AD, A4 and 7B. RGB value is (173,164,123). Sum of RGB (Red+Green+Blue) = 173+164+123=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA47B is #525B84. Grayscale: #A2A2A2. Windows color (decimal): -5397381 or 8103085. OLE color: 8103085.

HSL color Cylindrical-coordinate representation of color #ADA47B: hue angle of 49.2º degrees, saturation: 0.23, 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 #ADA47B is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB173164123-
CMYK00.050.290.32
HSL49.2º23.36%58.04%-
HSV(B)49.2º28.9%67.84%-
XYZ34.0836.8724.06-
YUV162.02105.98135.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=37.61%
G=35.65%
B=26.74%

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
Decimal17316412300.050.290.3249.223.3658.04
HexADA47B051D2031173a
Octal255244173053540612772
Binary1010110110100100111101101011110110000011000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA47B; }

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

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

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

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

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

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

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

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