Html Css Color HEX #ACB7A1 Silver Chalice

📋 copy color: '#ACB7A1'

red 172 ◦ green 183 ◦ blue 161

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

Shades of Silver Chalice #ACB7A1

Tints of Silver Chalice #ACB7A1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.47%

 BLUE value IS 161 (63.28% from 255) = 31.2%

R = 33.33%
G = 35.47%
B = 31.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#ACB7A1 (or 0xACB7A1) is known color: Silver Chalice. HEX triplet: AC, B7 and A1. RGB value is (172,183,161). Sum of RGB (Red+Green+Blue) = 172+183+161=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7A1 is #53485E. Grayscale: #B1B1B1. Windows color (decimal): -5458015 or 10598316. OLE color: 10598316.

HSL color Cylindrical-coordinate representation of color #ACB7A1: hue angle of 90º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB7A1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 161 -
CMYK 0.06 0 0.12 0.28
HSL 90º 0.13% 0.67% -
HSV(B) 90º 0.12% 0.72% -
XYZ 40.38 45.21 40.32 -
YUV 177.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 172 183 161 0.06 0 0.12 0.28 90 0.13 0.67
Hex AC B7 A1 6 0 C 1C 5A D 43
Octal 254 267 241 6 0 14 34 132 15 103
Binary 10101100 10110111 10100001 110 0 1100 11100 1011010 1101 1000011

Color Harmonies of #ACB7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7A1

Black with #ACB7A1

Text Example


Text Example

White with #ACB7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7A1; }

 p { color: rgb(172,183,161); }

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

background-color css

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

 a { background-color: rgb(172,183,161); }

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

border-color css

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

 span { border-color: rgb(172,183,161); }

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