#ABA076

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

Shades of Hillary #ABA076

Tints of Hillary #ABA076

Color information

#ABA076 (or 0xABA076) is unknown color: approx Hillary. HEX triplet: AB, A0 and 76. RGB value is (171,160,118). Sum of RGB (Red+Green+Blue) = 171+160+118=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA076 is #545F89. Grayscale: #9E9E9E. Windows color (decimal): -5529482 or 7774379. OLE color: 7774379.

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

Color convert

RGB171160118-
CMYK00.060.310.33
HSL47.55º23.98%56.67%-
HSV(B)47.55º30.99%67.06%-
XYZ32.6435.1122.2-
YUV158.5105.14136.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=38.08%
G=35.63%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116011800.060.310.3347.5523.9856.67
HexABA076061F21301839
Octal253240166063741603071
Binary1010101110100000111011001101111110000111000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA076; }

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

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

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

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

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

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

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

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