Html Css Color HEX #ACB1A3 Silver Chalice

📋 copy color: '#ACB1A3'

red 172 ◦ green 177 ◦ blue 163

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

Shades of Silver Chalice #ACB1A3

Tints of Silver Chalice #ACB1A3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

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

R = 33.59%
G = 34.57%
B = 31.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#ACB1A3 (or 0xACB1A3) is known color: Silver Chalice. HEX triplet: AC, B1 and A3. RGB value is (172,177,163). Sum of RGB (Red+Green+Blue) = 172+177+163=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A3 is #534E5C. Grayscale: #ADADAD. Windows color (decimal): -5459549 or 10727852. OLE color: 10727852.

HSL color Cylindrical-coordinate representation of color #ACB1A3: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB1A3 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 163 -
CMYK 0.03 0 0.08 0.31
HSL 81.43º 0.08% 0.67% -
HSV(B) 81.43º 0.08% 0.69% -
XYZ 39.35 42.86 40.85 -
YUV 173.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 172 177 163 0.03 0 0.08 0.31 81.43 0.08 0.67
Hex AC B1 A3 3 0 8 1F 51 8 43
Octal 254 261 243 3 0 10 37 121 10 103
Binary 10101100 10110001 10100011 11 0 1000 11111 1010001 1000 1000011

Color Harmonies of #ACB1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1A3

Black with #ACB1A3

Text Example


Text Example

White with #ACB1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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