Html Css Color HEX #ABAFA6 Silver Chalice

📋 copy color: '#ABAFA6'

red 171 ◦ green 175 ◦ blue 166

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

Shades of Silver Chalice #ABAFA6

Tints of Silver Chalice #ABAFA6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

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

R = 33.4%
G = 34.18%
B = 32.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#ABAFA6 (or 0xABAFA6) is known color: Silver Chalice. HEX triplet: AB, AF and A6. RGB value is (171,175,166). Sum of RGB (Red+Green+Blue) = 171+175+166=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFA6 is #545059. Grayscale: #ACACAC. Windows color (decimal): -5525594 or 10923947. OLE color: 10923947.

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

Color convert

RGB 171 175 166 -
CMYK 0.02 0 0.05 0.31
HSL 86.67º 0.05% 0.67% -
HSV(B) 86.67º 0.05% 0.69% -
XYZ 39.01 42.07 42.14 -
YUV 172.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 171 175 166 0.02 0 0.05 0.31 86.67 0.05 0.67
Hex AB AF A6 2 0 5 1F 57 5 43
Octal 253 257 246 2 0 5 37 127 5 103
Binary 10101011 10101111 10100110 10 0 101 11111 1010111 101 1000011

Color Harmonies of #ABAFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFA6

Black with #ABAFA6

Text Example


Text Example

White with #ABAFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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