#ABA080

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

Shades of Hillary #ABA080

Tints of Hillary #ABA080

Color information

#ABA080 (or 0xABA080) is unknown color: approx Hillary. HEX triplet: AB, A0 and 80. RGB value is (171,160,128). Sum of RGB (Red+Green+Blue) = 171+160+128=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA080 is #545F7F. Grayscale: #9F9F9F. Windows color (decimal): -5529472 or 8429739. OLE color: 8429739.

HSL color Cylindrical-coordinate representation of color #ABA080: hue angle of 44.65º 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 #ABA080 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB171160128-
CMYK00.060.250.33
HSL44.65º20.38%58.63%-
HSV(B)44.65º25.15%67.06%-
XYZ33.2635.3625.49-
YUV159.64110.14136.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=37.25%
G=34.86%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116012800.060.250.3344.6520.3858.63
HexABA0800619212d143b
Octal253240200063141552473
Binary10101011101000001000000001101100110000110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA080; }

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

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

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

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

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

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

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

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