Html Css Color HEX #ACB3A7 Silver Chalice

📋 copy color: '#ACB3A7'

red 172 ◦ green 179 ◦ blue 167

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

Shades of Silver Chalice #ACB3A7

Tints of Silver Chalice #ACB3A7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

 BLUE value IS 167 (65.63% from 255) = 32.24%

R = 33.2%
G = 34.56%
B = 32.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#ACB3A7 (or 0xACB3A7) is known color: Silver Chalice. HEX triplet: AC, B3 and A7. RGB value is (172,179,167). Sum of RGB (Red+Green+Blue) = 172+179+167=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB3A7 is #534C58. Grayscale: #AFAFAF. Windows color (decimal): -5459033 or 10990508. OLE color: 10990508.

HSL color Cylindrical-coordinate representation of color #ACB3A7: hue angle of 95º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB3A7 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 167 -
CMYK 0.04 0 0.07 0.30
HSL 95º 0.07% 0.68% -
HSV(B) 95º 0.07% 0.7% -
XYZ 40.11 43.8 42.9 -
YUV 175.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 172 179 167 0.04 0 0.07 0.30 95 0.07 0.68
Hex AC B3 A7 4 0 7 1E 5F 7 44
Octal 254 263 247 4 0 7 36 137 7 104
Binary 10101100 10110011 10100111 100 0 111 11110 1011111 111 1000100

Color Harmonies of #ACB3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3A7

Black with #ACB3A7

Text Example


Text Example

White with #ACB3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3A7; }

 p { color: rgb(172,179,167); }

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

background-color css

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

 a { background-color: rgb(172,179,167); }

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

border-color css

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

 span { border-color: rgb(172,179,167); }

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