Html Css Color HEX #AFB3A5 Silver Chalice

📋 copy color: '#AFB3A5'

red 175 ◦ green 179 ◦ blue 165

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

Shades of Silver Chalice #AFB3A5

Tints of Silver Chalice #AFB3A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.79%

R = 33.72%
G = 34.49%
B = 31.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#AFB3A5 (or 0xAFB3A5) is known color: Silver Chalice. HEX triplet: AF, B3 and A5. RGB value is (175,179,165). Sum of RGB (Red+Green+Blue) = 175+179+165=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3A5 is #504C5A. Grayscale: #B0B0B0. Windows color (decimal): -5262427 or 10859439. OLE color: 10859439.

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

Color convert

RGB 175 179 165 -
CMYK 0.02 0 0.08 0.30
HSL 77.14º 0.08% 0.67% -
HSV(B) 77.14º 0.08% 0.7% -
XYZ 40.59 44.07 41.96 -
YUV 176.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 175 179 165 0.02 0 0.08 0.30 77.14 0.08 0.67
Hex AF B3 A5 2 0 8 1E 4D 8 43
Octal 257 263 245 2 0 10 36 115 10 103
Binary 10101111 10110011 10100101 10 0 1000 11110 1001101 1000 1000011

Color Harmonies of #AFB3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3A5

Black with #AFB3A5

Text Example


Text Example

White with #AFB3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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