#ABA372

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

Shades of Hillary #ABA372

Tints of Hillary #ABA372

Color information

#ABA372 (or 0xABA372) is unknown color: approx Hillary. HEX triplet: AB, A3 and 72. RGB value is (171,163,114). Sum of RGB (Red+Green+Blue) = 171+163+114=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA372 is #545C8D. Grayscale: #A0A0A0. Windows color (decimal): -5528718 or 7513003. OLE color: 7513003.

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

Color convert

RGB171163114-
CMYK00.050.330.33
HSL51.58º25.33%55.88%-
HSV(B)51.58º33.33%67.06%-
XYZ32.9336.0721.15-
YUV159.81102.15135.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=38.17%
G=36.38%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116311400.050.330.3351.5825.3355.88
HexABA372052121341938
Octal253243162054141643170
Binary10101011101000111110010010110000110000111010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA372; }

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

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

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

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

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

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

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

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