#A8ACA1

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

Shades of Silver Chalice #A8ACA1

Tints of Silver Chalice #A8ACA1

Color information

#A8ACA1 (or 0xA8ACA1) is unknown color: approx Silver Chalice. HEX triplet: A8, AC and A1. RGB value is (168,172,161). Sum of RGB (Red+Green+Blue) = 168+172+161=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA1 is #57535E. Grayscale: #A9A9A9. Windows color (decimal): -5722975 or 10595496. OLE color: 10595496.

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

Color convert

RGB168172161-
CMYK0.0200.060.33
HSL81.82º6.21%65.29%-
HSV(B)81.82º6.4%67.45%-
XYZ37.3340.439.55-
YUV169.55123.17126.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 161 (63.28% from 255) = 32.14%
R=33.53%
G=34.33%
B=32.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721610.0200.060.3381.826.2165.29
HexA8ACA12062152641
Octal250254241206411226101
Binary10101000101011001010000110011010000110100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACA1; }

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

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

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

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

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

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

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

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