Html Css Color HEX #AFB2AD Silver Chalice

📋 copy color: '#AFB2AD'

red 175 ◦ green 178 ◦ blue 173

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

Shades of Silver Chalice #AFB2AD

Tints of Silver Chalice #AFB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.84%

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

R = 33.27%
G = 33.84%
B = 32.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#AFB2AD (or 0xAFB2AD) is known color: Silver Chalice. HEX triplet: AF, B2 and AD. RGB value is (175,178,173). Sum of RGB (Red+Green+Blue) = 175+178+173=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2AD is #504D52. Grayscale: #B0B0B0. Windows color (decimal): -5262675 or 11383471. OLE color: 11383471.

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

Color convert

RGB 175 178 173 -
CMYK 0.02 0 0.03 0.30
HSL 96º 0.03% 0.69% -
HSV(B) 96º 0.03% 0.7% -
XYZ 41.14 43.97 45.85 -
YUV 176.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 175 178 173 0.02 0 0.03 0.30 96 0.03 0.69
Hex AF B2 AD 2 0 3 1E 60 3 45
Octal 257 262 255 2 0 3 36 140 3 105
Binary 10101111 10110010 10101101 10 0 11 11110 1100000 11 1000101

Color Harmonies of #AFB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2AD

Black with #AFB2AD

Text Example


Text Example

White with #AFB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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