#ABACA8

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

Shades of Silver Chalice #ABACA8

Tints of Silver Chalice #ABACA8

Color information

#ABACA8 (or 0xABACA8) is unknown color: approx Silver Chalice. HEX triplet: AB, AC and A8. RGB value is (171,172,168). Sum of RGB (Red+Green+Blue) = 171+172+168=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA8 is #545357. Grayscale: #ABABAB. Windows color (decimal): -5526360 or 11054251. OLE color: 11054251.

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

Color convert

RGB171172168-
CMYK0.0100.020.33
HSL75º2.35%66.67%-
HSV(B)75º2.33%67.45%-
XYZ38.6140.9942.92-
YUV171.24126.17127.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 168 (66.02% from 255) = 32.88%
R=33.46%
G=33.66%
B=32.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721680.0100.020.33752.3566.67
HexABACA8102214b243
Octal253254250102411132103
Binary10101011101011001010100010101000011001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACA8; }

 p { color: rgb(171,172,168); }

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

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

 a { background-color: rgb(171,172,168); }

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

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

 span { border-color: rgb(171,172,168); }

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