#ABA375

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

Shades of Hillary #ABA375

Tints of Hillary #ABA375

Color information

#ABA375 (or 0xABA375) is unknown color: approx Hillary. HEX triplet: AB, A3 and 75. RGB value is (171,163,117). Sum of RGB (Red+Green+Blue) = 171+163+117=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA375 is #545C8A. Grayscale: #A0A0A0. Windows color (decimal): -5528715 or 7709611. OLE color: 7709611.

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

Color convert

RGB171163117-
CMYK00.050.320.33
HSL51.11º24.32%56.47%-
HSV(B)51.11º31.58%67.06%-
XYZ33.136.1422.06-
YUV160.15103.65135.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=37.92%
G=36.14%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116311700.050.320.3351.1124.3256.47
HexABA375052021331838
Octal253243165054041633070
Binary10101011101000111110101010110000010000111001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA375; }

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

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

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

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

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

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

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

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