Html Css Color HEX #ACB3A4 Silver Chalice

📋 copy color: '#ACB3A4'

red 172 ◦ green 179 ◦ blue 164

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

Shades of Silver Chalice #ACB3A4

Tints of Silver Chalice #ACB3A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.84%

R = 33.4%
G = 34.76%
B = 31.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#ACB3A4 (or 0xACB3A4) is known color: Silver Chalice. HEX triplet: AC, B3 and A4. RGB value is (172,179,164). Sum of RGB (Red+Green+Blue) = 172+179+164=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB3A4 is #534C5B. Grayscale: #AFAFAF. Windows color (decimal): -5459036 or 10793900. OLE color: 10793900.

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

Color convert

RGB 172 179 164 -
CMYK 0.04 0 0.08 0.30
HSL 88º 0.09% 0.67% -
HSV(B) 88º 0.08% 0.7% -
XYZ 39.83 43.69 41.46 -
YUV 175.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 172 179 164 0.04 0 0.08 0.30 88 0.09 0.67
Hex AC B3 A4 4 0 8 1E 58 9 43
Octal 254 263 244 4 0 10 36 130 11 103
Binary 10101100 10110011 10100100 100 0 1000 11110 1011000 1001 1000011

Color Harmonies of #ACB3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3A4

Black with #ACB3A4

Text Example


Text Example

White with #ACB3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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