#ABA380

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

Shades of Hillary #ABA380

Tints of Hillary #ABA380

Color information

#ABA380 (or 0xABA380) is unknown color: approx Hillary. HEX triplet: AB, A3 and 80. RGB value is (171,163,128). Sum of RGB (Red+Green+Blue) = 171+163+128=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA380 is #545C7F. Grayscale: #A1A1A1. Windows color (decimal): -5528704 or 8430507. OLE color: 8430507.

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

Color convert

RGB171163128-
CMYK00.050.250.33
HSL48.84º20.38%58.63%-
HSV(B)48.84º25.15%67.06%-
XYZ33.7936.4125.67-
YUV161.4109.15134.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=37.01%
G=35.28%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116312800.050.250.3348.8420.3858.63
HexABA38005192131143b
Octal253243200053141612473
Binary10101011101000111000000001011100110000111000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA380; }

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

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

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

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

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

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

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

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