#ABA081

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

Shades of Hillary #ABA081

Tints of Hillary #ABA081

Color information

#ABA081 (or 0xABA081) is unknown color: approx Hillary. HEX triplet: AB, A0 and 81. RGB value is (171,160,129). Sum of RGB (Red+Green+Blue) = 171+160+129=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA081 is #545F7E. Grayscale: #9F9F9F. Windows color (decimal): -5529471 or 8495275. OLE color: 8495275.

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

Color convert

RGB171160129-
CMYK00.060.250.33
HSL44.29º20%58.82%-
HSV(B)44.29º24.56%67.06%-
XYZ33.3335.3825.84-
YUV159.75110.64136.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 160 (62.89% from 255) = 34.78%
BLUE value IS 129 (50.78% from 255) = 28.04%
R=37.17%
G=34.78%
B=28.04%

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
Decimal17116012900.060.250.3344.292058.82
HexABA0810619212c143b
Octal253240201063141542473
Binary10101011101000001000000101101100110000110110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA081; }

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

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

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

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

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

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

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

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