Html Css Color HEX #ACB9A1 Silver Chalice

📋 copy color: '#ACB9A1'

red 172 ◦ green 185 ◦ blue 161

#ACB9A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Chalice #ACB9A1

Tints of Silver Chalice #ACB9A1

RGB

 RED value IS 172 (67.58% from 255) = 33.2%

 GREEN value IS 185 (72.66% from 255) = 35.71%

 BLUE value IS 161 (63.28% from 255) = 31.08%

R = 33.2%
G = 35.71%
B = 31.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#ACB9A1 (or 0xACB9A1) is known color: Silver Chalice. HEX triplet: AC, B9 and A1. RGB value is (172,185,161). Sum of RGB (Red+Green+Blue) = 172+185+161=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9A1 is #53465E. Grayscale: #B2B2B2. Windows color (decimal): -5457503 or 10598828. OLE color: 10598828.

HSL color Cylindrical-coordinate representation of color #ACB9A1: hue angle of 92.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB9A1 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 161 -
CMYK 0.07 0 0.13 0.27
HSL 92.5º 0.15% 0.68% -
HSV(B) 92.5º 0.13% 0.73% -
XYZ 40.8 46.04 40.46 -
YUV 178.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 172 185 161 0.07 0 0.13 0.27 92.5 0.15 0.68
Hex AC B9 A1 7 0 D 1B 5C F 44
Octal 254 271 241 7 0 15 33 134 17 104
Binary 10101100 10111001 10100001 111 0 1101 11011 1011100 1111 1000100

Color Harmonies of #ACB9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9A1

Black with #ACB9A1

Text Example


Text Example

White with #ACB9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9A1; }

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

 H1.HeaderClassName
 {
   color: #ACB9A1;
 }
 .AnyTagClassName
 {
   color: #ACB9A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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