Html Css Color HEX #AFB8A8 Silver Chalice

📋 copy color: '#AFB8A8'

red 175 ◦ green 184 ◦ blue 168

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

Shades of Silver Chalice #AFB8A8

Tints of Silver Chalice #AFB8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.88%

R = 33.21%
G = 34.91%
B = 31.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#AFB8A8 (or 0xAFB8A8) is known color: Silver Chalice. HEX triplet: AF, B8 and A8. RGB value is (175,184,168). Sum of RGB (Red+Green+Blue) = 175+184+168=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8A8 is #504757. Grayscale: #B3B3B3. Windows color (decimal): -5261144 or 11057327. OLE color: 11057327.

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

Color convert

RGB 175 184 168 -
CMYK 0.05 0 0.09 0.28
HSL 93.75º 0.1% 0.69% -
HSV(B) 93.75º 0.09% 0.72% -
XYZ 41.89 46.22 43.76 -
YUV 179.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 175 184 168 0.05 0 0.09 0.28 93.75 0.1 0.69
Hex AF B8 A8 5 0 9 1C 5E A 45
Octal 257 270 250 5 0 11 34 136 12 105
Binary 10101111 10111000 10101000 101 0 1001 11100 1011110 1010 1000101

Color Harmonies of #AFB8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8A8

Black with #AFB8A8

Text Example


Text Example

White with #AFB8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8A8; }

 p { color: rgb(175,184,168); }

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

background-color css

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

 a { background-color: rgb(175,184,168); }

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

border-color css

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

 span { border-color: rgb(175,184,168); }

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