Html Css Color HEX #ACB1A6 Silver Chalice

📋 copy color: '#ACB1A6'

red 172 ◦ green 177 ◦ blue 166

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

Shades of Silver Chalice #ACB1A6

Tints of Silver Chalice #ACB1A6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.37%

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

R = 33.4%
G = 34.37%
B = 32.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#ACB1A6 (or 0xACB1A6) is known color: Silver Chalice. HEX triplet: AC, B1 and A6. RGB value is (172,177,166). Sum of RGB (Red+Green+Blue) = 172+177+166=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A6 is #534E59. Grayscale: #AEAEAE. Windows color (decimal): -5459546 or 10924460. OLE color: 10924460.

HSL color Cylindrical-coordinate representation of color #ACB1A6: hue angle of 87.27º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB1A6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 166 -
CMYK 0.03 0 0.06 0.31
HSL 87.27º 0.07% 0.67% -
HSV(B) 87.27º 0.06% 0.69% -
XYZ 39.62 42.97 42.28 -
YUV 174.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 172 177 166 0.03 0 0.06 0.31 87.27 0.07 0.67
Hex AC B1 A6 3 0 6 1F 57 7 43
Octal 254 261 246 3 0 6 37 127 7 103
Binary 10101100 10110001 10100110 11 0 110 11111 1010111 111 1000011

Color Harmonies of #ACB1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1A6

Black with #ACB1A6

Text Example


Text Example

White with #ACB1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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