Html Css Color HEX #AFB4A6 Silver Chalice

📋 copy color: '#AFB4A6'

red 175 ◦ green 180 ◦ blue 166

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

Shades of Silver Chalice #AFB4A6

Tints of Silver Chalice #AFB4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 33.59%
G = 34.55%
B = 31.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#AFB4A6 (or 0xAFB4A6) is known color: Silver Chalice. HEX triplet: AF, B4 and A6. RGB value is (175,180,166). Sum of RGB (Red+Green+Blue) = 175+180+166=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB4A6 is #504B59. Grayscale: #B0B0B0. Windows color (decimal): -5262170 or 10925231. OLE color: 10925231.

HSL color Cylindrical-coordinate representation of color #AFB4A6: hue angle of 81.43º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB4A6 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 166 -
CMYK 0.03 0 0.08 0.29
HSL 81.43º 0.09% 0.68% -
HSV(B) 81.43º 0.08% 0.71% -
XYZ 40.88 44.51 42.51 -
YUV 176.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 175 180 166 0.03 0 0.08 0.29 81.43 0.09 0.68
Hex AF B4 A6 3 0 8 1D 51 9 44
Octal 257 264 246 3 0 10 35 121 11 104
Binary 10101111 10110100 10100110 11 0 1000 11101 1010001 1001 1000100

Color Harmonies of #AFB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4A6

Black with #AFB4A6

Text Example


Text Example

White with #AFB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4A6; }

 p { color: rgb(175,180,166); }

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

background-color css

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

 a { background-color: rgb(175,180,166); }

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

border-color css

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

 span { border-color: rgb(175,180,166); }

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