Html Css Color HEX #AFB7A6 Silver Chalice

📋 copy color: '#AFB7A6'

red 175 ◦ green 183 ◦ blue 166

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

Shades of Silver Chalice #AFB7A6

Tints of Silver Chalice #AFB7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.92%

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

R = 33.4%
G = 34.92%
B = 31.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#AFB7A6 (or 0xAFB7A6) is known color: Silver Chalice. HEX triplet: AF, B7 and A6. RGB value is (175,183,166). Sum of RGB (Red+Green+Blue) = 175+183+166=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7A6 is #504859. Grayscale: #B2B2B2. Windows color (decimal): -5261402 or 10925999. OLE color: 10925999.

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

Color convert

RGB 175 183 166 -
CMYK 0.04 0 0.09 0.28
HSL 88.24º 0.11% 0.68% -
HSV(B) 88.24º 0.09% 0.72% -
XYZ 41.5 45.73 42.72 -
YUV 178.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 175 183 166 0.04 0 0.09 0.28 88.24 0.11 0.68
Hex AF B7 A6 4 0 9 1C 58 B 44
Octal 257 267 246 4 0 11 34 130 13 104
Binary 10101111 10110111 10100110 100 0 1001 11100 1011000 1011 1000100

Color Harmonies of #AFB7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7A6

Black with #AFB7A6

Text Example


Text Example

White with #AFB7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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