Html Css Color HEX #AFB3A6 Silver Chalice

📋 copy color: '#AFB3A6'

red 175 ◦ green 179 ◦ blue 166

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

Shades of Silver Chalice #AFB3A6

Tints of Silver Chalice #AFB3A6

RGB

 RED value IS 175 (68.75% from 255) = 33.65%

 GREEN value IS 179 (70.31% from 255) = 34.42%

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

R = 33.65%
G = 34.42%
B = 31.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#AFB3A6 (or 0xAFB3A6) is known color: Silver Chalice. HEX triplet: AF, B3 and A6. RGB value is (175,179,166). Sum of RGB (Red+Green+Blue) = 175+179+166=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3A6 is #504C59. Grayscale: #B0B0B0. Windows color (decimal): -5262426 or 10924975. OLE color: 10924975.

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

Color convert

RGB 175 179 166 -
CMYK 0.02 0 0.07 0.30
HSL 78.46º 0.08% 0.68% -
HSV(B) 78.46º 0.07% 0.7% -
XYZ 40.68 44.11 42.45 -
YUV 176.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 175 179 166 0.02 0 0.07 0.30 78.46 0.08 0.68
Hex AF B3 A6 2 0 7 1E 4E 8 44
Octal 257 263 246 2 0 7 36 116 10 104
Binary 10101111 10110011 10100110 10 0 111 11110 1001110 1000 1000100

Color Harmonies of #AFB3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3A6

Black with #AFB3A6

Text Example


Text Example

White with #AFB3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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