#ADA271

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

Shades of Hillary #ADA271

Tints of Hillary #ADA271

Color information

#ADA271 (or 0xADA271) is unknown color: approx Hillary. HEX triplet: AD, A2 and 71. RGB value is (173,162,113). Sum of RGB (Red+Green+Blue) = 173+162+113=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA271 is #525D8E. Grayscale: #9F9F9F. Windows color (decimal): -5397903 or 7447213. OLE color: 7447213.

HSL color Cylindrical-coordinate representation of color #ADA271: hue angle of 49º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA271 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB173162113-
CMYK00.060.350.32
HSL49º26.79%56.08%-
HSV(B)49º34.68%67.84%-
XYZ33.1335.9220.81-
YUV159.7101.64137.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=38.62%
G=36.16%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316211300.060.350.324926.7956.08
HexADA271062320311b38
Octal255242161064340613370
Binary10101101101000101110001011010001110000011000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA271; }

 p { color: rgb(173,162,113); }

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

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

 a { background-color: rgb(173,162,113); }

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

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

 span { border-color: rgb(173,162,113); }

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