#ABA077

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

Shades of Hillary #ABA077

Tints of Hillary #ABA077

Color information

#ABA077 (or 0xABA077) is unknown color: approx Hillary. HEX triplet: AB, A0 and 77. RGB value is (171,160,119). Sum of RGB (Red+Green+Blue) = 171+160+119=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA077 is #545F88. Grayscale: #9E9E9E. Windows color (decimal): -5529481 or 7839915. OLE color: 7839915.

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

Color convert

RGB171160119-
CMYK00.060.300.33
HSL47.31º23.64%56.86%-
HSV(B)47.31º30.41%67.06%-
XYZ32.735.1322.51-
YUV158.61105.64136.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=38%
G=35.56%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116011900.060.300.3347.3123.6456.86
HexABA077061E212f1839
Octal253240167063641573071
Binary1010101110100000111011101101111010000110111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA077; }

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

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

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

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

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

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

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

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