#ABA376

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

Shades of Hillary #ABA376

Tints of Hillary #ABA376

Color information

#ABA376 (or 0xABA376) is unknown color: approx Hillary. HEX triplet: AB, A3 and 76. RGB value is (171,163,118). Sum of RGB (Red+Green+Blue) = 171+163+118=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA376 is #545C89. Grayscale: #A0A0A0. Windows color (decimal): -5528714 or 7775147. OLE color: 7775147.

HSL color Cylindrical-coordinate representation of color #ABA376: hue angle of 50.94º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABA376 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB171163118-
CMYK00.050.310.33
HSL50.94º23.98%56.67%-
HSV(B)50.94º30.99%67.06%-
XYZ33.1636.1622.37-
YUV160.26104.15135.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=37.83%
G=36.06%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116311800.050.310.3350.9423.9856.67
HexABA376051F21331839
Octal253243166053741633071
Binary1010101110100011111011001011111110000111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA376; }

 p { color: rgb(171,163,118); }

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

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

 a { background-color: rgb(171,163,118); }

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

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

 span { border-color: rgb(171,163,118); }

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