Html Css Color HEX #AFB8A3 Silver Chalice

📋 copy color: '#AFB8A3'

red 175 ◦ green 184 ◦ blue 163

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

Shades of Silver Chalice #AFB8A3

Tints of Silver Chalice #AFB8A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.23%

R = 33.52%
G = 35.25%
B = 31.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#AFB8A3 (or 0xAFB8A3) is known color: Silver Chalice. HEX triplet: AF, B8 and A3. RGB value is (175,184,163). Sum of RGB (Red+Green+Blue) = 175+184+163=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8A3 is #50475C. Grayscale: #B2B2B2. Windows color (decimal): -5261149 or 10729647. OLE color: 10729647.

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

Color convert

RGB 175 184 163 -
CMYK 0.05 0 0.11 0.28
HSL 85.71º 0.13% 0.68% -
HSV(B) 85.71º 0.11% 0.72% -
XYZ 41.43 46.04 41.35 -
YUV 178.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 175 184 163 0.05 0 0.11 0.28 85.71 0.13 0.68
Hex AF B8 A3 5 0 B 1C 56 D 44
Octal 257 270 243 5 0 13 34 126 15 104
Binary 10101111 10111000 10100011 101 0 1011 11100 1010110 1101 1000100

Color Harmonies of #AFB8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8A3

Black with #AFB8A3

Text Example


Text Example

White with #AFB8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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