#ABA971

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

Shades of Hillary #ABA971

Tints of Hillary #ABA971

Color information

#ABA971 (or 0xABA971) is unknown color: approx Hillary. HEX triplet: AB, A9 and 71. RGB value is (171,169,113). Sum of RGB (Red+Green+Blue) = 171+169+113=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA971 is #54568E. Grayscale: #A3A3A3. Windows color (decimal): -5527183 or 7449003. OLE color: 7449003.

HSL color Cylindrical-coordinate representation of color #ABA971: hue angle of 57.93º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA971 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB171169113-
CMYK00.010.340.33
HSL57.93º25.66%55.69%-
HSV(B)57.93º33.92%67.06%-
XYZ33.9638.2321.21-
YUV163.2199.66133.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=37.75%
G=37.31%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116911300.010.340.3357.9325.6655.69
HexABA9710122213a1a38
Octal253251161014241723270
Binary101010111010100111100010110001010000111101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA971; }

 p { color: rgb(171,169,113); }

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

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

 a { background-color: rgb(171,169,113); }

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

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

 span { border-color: rgb(171,169,113); }

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