#ABACA9

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

Shades of Silver Chalice #ABACA9

Tints of Silver Chalice #ABACA9

Color information

#ABACA9 (or 0xABACA9) is unknown color: approx Silver Chalice. HEX triplet: AB, AC and A9. RGB value is (171,172,169). Sum of RGB (Red+Green+Blue) = 171+172+169=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA9 is #545356. Grayscale: #ABABAB. Windows color (decimal): -5526359 or 11119787. OLE color: 11119787.

HSL color Cylindrical-coordinate representation of color #ABACA9: hue angle of 80º 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 #ABACA9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB171172169-
CMYK0.0100.020.33
HSL80º1.78%66.86%-
HSV(B)80º1.74%67.45%-
XYZ38.7141.0343.42-
YUV171.36126.67127.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=33.40%
G=33.59%
B=33.01%

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
Decimal1711721690.0100.020.33801.7866.86
HexABACA91022150243
Octal253254251102411202103
Binary10101011101011001010100110101000011010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACA9; }

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

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

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

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

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

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

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

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