#ABA371

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

Shades of Hillary #ABA371

Tints of Hillary #ABA371

Color information

#ABA371 (or 0xABA371) is unknown color: approx Hillary. HEX triplet: AB, A3 and 71. RGB value is (171,163,113). Sum of RGB (Red+Green+Blue) = 171+163+113=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA371 is #545C8E. Grayscale: #9F9F9F. Windows color (decimal): -5528719 or 7447467. OLE color: 7447467.

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

Color convert

RGB171163113-
CMYK00.050.340.33
HSL51.72º25.66%55.69%-
HSV(B)51.72º33.92%67.06%-
XYZ32.8736.0420.85-
YUV159.69101.65136.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 163 (64.06% from 255) = 36.47%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=38.26%
G=36.47%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116311300.050.340.3351.7225.6655.69
HexABA371052221341a38
Octal253243161054241643270
Binary10101011101000111110001010110001010000111010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA371; }

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

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

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

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

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

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

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

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