Html Css Color HEX #ACB5A6 Silver Chalice

📋 copy color: '#ACB5A6'

red 172 ◦ green 181 ◦ blue 166

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

Shades of Silver Chalice #ACB5A6

Tints of Silver Chalice #ACB5A6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 33.14%
G = 34.87%
B = 31.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#ACB5A6 (or 0xACB5A6) is known color: Silver Chalice. HEX triplet: AC, B5 and A6. RGB value is (172,181,166). Sum of RGB (Red+Green+Blue) = 172+181+166=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5A6 is #534A59. Grayscale: #B0B0B0. Windows color (decimal): -5458522 or 10925484. OLE color: 10925484.

HSL color Cylindrical-coordinate representation of color #ACB5A6: hue angle of 96º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB5A6 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 166 -
CMYK 0.05 0 0.08 0.29
HSL 96º 0.09% 0.68% -
HSV(B) 96º 0.08% 0.71% -
XYZ 40.42 44.57 42.55 -
YUV 176.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 172 181 166 0.05 0 0.08 0.29 96 0.09 0.68
Hex AC B5 A6 5 0 8 1D 60 9 44
Octal 254 265 246 5 0 10 35 140 11 104
Binary 10101100 10110101 10100110 101 0 1000 11101 1100000 1001 1000100

Color Harmonies of #ACB5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5A6

Black with #ACB5A6

Text Example


Text Example

White with #ACB5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5A6; }

 p { color: rgb(172,181,166); }

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

background-color css

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

 a { background-color: rgb(172,181,166); }

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

border-color css

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

 span { border-color: rgb(172,181,166); }

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