Html Css Color HEX #ABB2A6 Silver Chalice

📋 copy color: '#ABB2A6'

red 171 ◦ green 178 ◦ blue 166

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

Shades of Silver Chalice #ABB2A6

Tints of Silver Chalice #ABB2A6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.56%

 BLUE value IS 166 (65.23% from 255) = 32.23%

R = 33.2%
G = 34.56%
B = 32.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#ABB2A6 (or 0xABB2A6) is known color: Silver Chalice. HEX triplet: AB, B2 and A6. RGB value is (171,178,166). Sum of RGB (Red+Green+Blue) = 171+178+166=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB2A6 is #544D59. Grayscale: #AEAEAE. Windows color (decimal): -5524826 or 10924715. OLE color: 10924715.

HSL color Cylindrical-coordinate representation of color #ABB2A6: hue angle of 95º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB2A6 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 166 -
CMYK 0.04 0 0.07 0.30
HSL 95º 0.07% 0.67% -
HSV(B) 95º 0.07% 0.7% -
XYZ 39.6 43.25 42.34 -
YUV 174.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 171 178 166 0.04 0 0.07 0.30 95 0.07 0.67
Hex AB B2 A6 4 0 7 1E 5F 7 43
Octal 253 262 246 4 0 7 36 137 7 103
Binary 10101011 10110010 10100110 100 0 111 11110 1011111 111 1000011

Color Harmonies of #ABB2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2A6

Black with #ABB2A6

Text Example


Text Example

White with #ABB2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2A6; }

 p { color: rgb(171,178,166); }

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

background-color css

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

 a { background-color: rgb(171,178,166); }

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

border-color css

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

 span { border-color: rgb(171,178,166); }

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