#AFB6AA

Color #AFB6AA Silver Chalice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Chalice #AFB6AA

Tints of Silver Chalice #AFB6AA

Color information

#AFB6AA (or 0xAFB6AA) is unknown color: approx Silver Chalice. HEX triplet: AF, B6 and AA. RGB value is (175,182,170). Sum of RGB (Red+Green+Blue) = 175+182+170=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6AA is #504955. Grayscale: #B2B2B2. Windows color (decimal): -5261654 or 11187887. OLE color: 11187887.

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

Color convert

RGB175182170-
CMYK0.0400.070.29
HSL95º7.59%69.02%-
HSV(B)95º6.59%71.37%-
XYZ41.6645.4744.61-
YUV178.54123.18125.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=33.21%
G=34.54%
B=32.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821700.0400.070.29957.5969.02
HexAFB6AA4071D5f845
Octal2572662524073513710105
Binary101011111011011010101010100011111101101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6AA; }

 p { color: rgb(175,182,170); }

 H1.HeaderClassName
 {
   color: #AFB6AA;
 }
 .AnyTagClassName
 {
   color: #AFB6AA;
 }
</style>
background-color css

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

 a { background-color: rgb(175,182,170); }

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

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

 span { border-color: rgb(175,182,170); }

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