Html Css Color HEX #ACB9A2 Silver Chalice

📋 copy color: '#ACB9A2'

red 172 ◦ green 185 ◦ blue 162

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

Shades of Silver Chalice #ACB9A2

Tints of Silver Chalice #ACB9A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.21%

R = 33.14%
G = 35.65%
B = 31.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#ACB9A2 (or 0xACB9A2) is known color: Silver Chalice. HEX triplet: AC, B9 and A2. RGB value is (172,185,162). Sum of RGB (Red+Green+Blue) = 172+185+162=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9A2 is #53465D. Grayscale: #B2B2B2. Windows color (decimal): -5457502 or 10664364. OLE color: 10664364.

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

Color convert

RGB 172 185 162 -
CMYK 0.07 0 0.12 0.27
HSL 93.91º 0.14% 0.68% -
HSV(B) 93.91º 0.12% 0.73% -
XYZ 40.88 46.08 40.92 -
YUV 178.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 172 185 162 0.07 0 0.12 0.27 93.91 0.14 0.68
Hex AC B9 A2 7 0 C 1B 5E E 44
Octal 254 271 242 7 0 14 33 136 16 104
Binary 10101100 10111001 10100010 111 0 1100 11011 1011110 1110 1000100

Color Harmonies of #ACB9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9A2

Black with #ACB9A2

Text Example


Text Example

White with #ACB9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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