Html Css Color HEX #AFB3AC Silver Chalice

📋 copy color: '#AFB3AC'

red 175 ◦ green 179 ◦ blue 172

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

Shades of Silver Chalice #AFB3AC

Tints of Silver Chalice #AFB3AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.7%

R = 33.27%
G = 34.03%
B = 32.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#AFB3AC (or 0xAFB3AC) is known color: Silver Chalice. HEX triplet: AF, B3 and AC. RGB value is (175,179,172). Sum of RGB (Red+Green+Blue) = 175+179+172=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3AC is #504C53. Grayscale: #B1B1B1. Windows color (decimal): -5262420 or 11318191. OLE color: 11318191.

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

Color convert

RGB 175 179 172 -
CMYK 0.02 0 0.04 0.30
HSL 94.29º 0.04% 0.69% -
HSV(B) 94.29º 0.04% 0.7% -
XYZ 41.25 44.33 45.41 -
YUV 177.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 175 179 172 0.02 0 0.04 0.30 94.29 0.04 0.69
Hex AF B3 AC 2 0 4 1E 5E 4 45
Octal 257 263 254 2 0 4 36 136 4 105
Binary 10101111 10110011 10101100 10 0 100 11110 1011110 100 1000101

Color Harmonies of #AFB3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3AC

Black with #AFB3AC

Text Example


Text Example

White with #AFB3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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