Html Css Color HEX #ACB7A3 Silver Chalice

📋 copy color: '#ACB7A3'

red 172 ◦ green 183 ◦ blue 163

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

Shades of Silver Chalice #ACB7A3

Tints of Silver Chalice #ACB7A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.47%

R = 33.2%
G = 35.33%
B = 31.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#ACB7A3 (or 0xACB7A3) is known color: Silver Chalice. HEX triplet: AC, B7 and A3. RGB value is (172,183,163). Sum of RGB (Red+Green+Blue) = 172+183+163=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7A3 is #53485C. Grayscale: #B1B1B1. Windows color (decimal): -5458013 or 10729388. OLE color: 10729388.

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

Color convert

RGB 172 183 163 -
CMYK 0.06 0 0.11 0.28
HSL 93º 0.12% 0.68% -
HSV(B) 93º 0.11% 0.72% -
XYZ 40.56 45.28 41.25 -
YUV 177.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 172 183 163 0.06 0 0.11 0.28 93 0.12 0.68
Hex AC B7 A3 6 0 B 1C 5D C 44
Octal 254 267 243 6 0 13 34 135 14 104
Binary 10101100 10110111 10100011 110 0 1011 11100 1011101 1100 1000100

Color Harmonies of #ACB7A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7A3

Black with #ACB7A3

Text Example


Text Example

White with #ACB7A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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