#ABA270

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

Shades of Hillary #ABA270

Tints of Hillary #ABA270

Color information

#ABA270 (or 0xABA270) is unknown color: approx Hillary. HEX triplet: AB, A2 and 70. RGB value is (171,162,112). Sum of RGB (Red+Green+Blue) = 171+162+112=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA270 is #545D8F. Grayscale: #9F9F9F. Windows color (decimal): -5528976 or 7381675. OLE color: 7381675.

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

Color convert

RGB171162112-
CMYK00.050.350.33
HSL50.85º25.99%55.49%-
HSV(B)50.85º34.5%67.06%-
XYZ32.6435.6720.49-
YUV158.99101.48136.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=38.43%
G=36.40%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116211200.050.350.3350.8525.9955.49
HexABA270052321331a37
Octal253242160054341633267
Binary10101011101000101110000010110001110000111001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA270; }

 p { color: rgb(171,162,112); }

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

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

 a { background-color: rgb(171,162,112); }

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

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

 span { border-color: rgb(171,162,112); }

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