#AFB5AB

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

Shades of Silver Chalice #AFB5AB

Tints of Silver Chalice #AFB5AB

Color information

#AFB5AB (or 0xAFB5AB) is unknown color: approx Silver Chalice. HEX triplet: AF, B5 and AB. RGB value is (175,181,171). Sum of RGB (Red+Green+Blue) = 175+181+171=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB5AB is #504A54. Grayscale: #B2B2B2. Windows color (decimal): -5261909 or 11253167. OLE color: 11253167.

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

Color convert

RGB175181171-
CMYK0.0300.060.29
HSL96º6.33%69.02%-
HSV(B)96º5.52%70.98%-
XYZ41.5545.145.04-
YUV178.07124.01125.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=33.21%
G=34.35%
B=32.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811710.0300.060.29966.3369.02
HexAFB5AB3061D60645
Octal257265253306351406105
Binary1010111110110101101010111101101110111000001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5AB; }

 p { color: rgb(175,181,171); }

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

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

 a { background-color: rgb(175,181,171); }

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

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

 span { border-color: rgb(175,181,171); }

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