#ABA185

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

Shades of Hillary #ABA185

Tints of Hillary #ABA185

Color information

#ABA185 (or 0xABA185) is unknown color: approx Hillary. HEX triplet: AB, A1 and 85. RGB value is (171,161,133). Sum of RGB (Red+Green+Blue) = 171+161+133=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA185 is #545E7A. Grayscale: #A0A0A0. Windows color (decimal): -5529211 or 8757675. OLE color: 8757675.

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

Color convert

RGB171161133-
CMYK00.060.220.33
HSL44.21º18.45%59.61%-
HSV(B)44.21º22.22%67.06%-
XYZ33.7735.8427.33-
YUV160.8112.31135.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=36.77%
G=34.62%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116113300.060.220.3344.2118.4559.61
HexABA1850616212c123c
Octal253241205062641542274
Binary10101011101000011000010101101011010000110110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA185; }

 p { color: rgb(171,161,133); }

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

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

 a { background-color: rgb(171,161,133); }

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

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

 span { border-color: rgb(171,161,133); }

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