Html Css Color HEX #ABB8A1 Silver Chalice

📋 copy color: '#ABB8A1'

red 171 ◦ green 184 ◦ blue 161

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

Shades of Silver Chalice #ABB8A1

Tints of Silver Chalice #ABB8A1

RGB

 RED value IS 171 (67.19% from 255) = 33.14%

 GREEN value IS 184 (72.27% from 255) = 35.66%

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

R = 33.14%
G = 35.66%
B = 31.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#ABB8A1 (or 0xABB8A1) is known color: Silver Chalice. HEX triplet: AB, B8 and A1. RGB value is (171,184,161). Sum of RGB (Red+Green+Blue) = 171+184+161=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8A1 is #54475E. Grayscale: #B1B1B1. Windows color (decimal): -5523295 or 10598571. OLE color: 10598571.

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

Color convert

RGB 171 184 161 -
CMYK 0.07 0 0.12 0.28
HSL 93.91º 0.14% 0.68% -
HSV(B) 93.91º 0.13% 0.72% -
XYZ 40.37 45.51 40.38 -
YUV 177.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 171 184 161 0.07 0 0.12 0.28 93.91 0.14 0.68
Hex AB B8 A1 7 0 C 1C 5E E 44
Octal 253 270 241 7 0 14 34 136 16 104
Binary 10101011 10111000 10100001 111 0 1100 11100 1011110 1110 1000100

Color Harmonies of #ABB8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB8A1

Black with #ABB8A1

Text Example


Text Example

White with #ABB8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB8A1; }

 p { color: rgb(171,184,161); }

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

background-color css

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

 a { background-color: rgb(171,184,161); }

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

border-color css

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

 span { border-color: rgb(171,184,161); }

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