#ABA083

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

Shades of Hillary #ABA083

Tints of Hillary #ABA083

Color information

#ABA083 (or 0xABA083) is unknown color: approx Hillary. HEX triplet: AB, A0 and 83. RGB value is (171,160,131). Sum of RGB (Red+Green+Blue) = 171+160+131=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA083 is #545F7C. Grayscale: #A0A0A0. Windows color (decimal): -5529469 or 8626347. OLE color: 8626347.

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

Color convert

RGB171160131-
CMYK00.060.230.33
HSL43.5º19.23%59.22%-
HSV(B)43.5º23.39%67.06%-
XYZ33.4635.4426.55-
YUV159.98111.64135.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 160 (62.89% from 255) = 34.63%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=37.01%
G=34.63%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116013100.060.230.3343.519.2359.22
HexABA0830617212c133b
Octal253240203062741542373
Binary10101011101000001000001101101011110000110110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA083; }

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

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

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

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

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

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

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

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