Html Css Color HEX #AFB0AD Silver Chalice

📋 copy color: '#AFB0AD'

red 175 ◦ green 176 ◦ blue 173

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

Shades of Silver Chalice #AFB0AD

Tints of Silver Chalice #AFB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.59%

 BLUE value IS 173 (67.97% from 255) = 33.02%

R = 33.4%
G = 33.59%
B = 33.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AFB0AD (or 0xAFB0AD) is known color: Silver Chalice. HEX triplet: AF, B0 and AD. RGB value is (175,176,173). Sum of RGB (Red+Green+Blue) = 175+176+173=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0AD is #504F52. Grayscale: #AFAFAF. Windows color (decimal): -5263187 or 11382959. OLE color: 11382959.

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

Color convert

RGB 175 176 173 -
CMYK 0.01 0 0.02 0.31
HSL 80º 0.02% 0.68% -
HSV(B) 80º 0.02% 0.69% -
XYZ 40.75 43.18 45.72 -
YUV 175.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 175 176 173 0.01 0 0.02 0.31 80 0.02 0.68
Hex AF B0 AD 1 0 2 1F 50 2 44
Octal 257 260 255 1 0 2 37 120 2 104
Binary 10101111 10110000 10101101 1 0 10 11111 1010000 10 1000100

Color Harmonies of #AFB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0AD

Black with #AFB0AD

Text Example


Text Example

White with #AFB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0AD; }

 p { color: rgb(175,176,173); }

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

background-color css

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

 a { background-color: rgb(175,176,173); }

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

border-color css

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

 span { border-color: rgb(175,176,173); }

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