#AFB4AA

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

Shades of Silver Chalice #AFB4AA

Tints of Silver Chalice #AFB4AA

Color information

#AFB4AA (or 0xAFB4AA) is unknown color: approx Silver Chalice. HEX triplet: AF, B4 and AA. RGB value is (175,180,170). Sum of RGB (Red+Green+Blue) = 175+180+170=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB4AA is #504B55. Grayscale: #B1B1B1. Windows color (decimal): -5262166 or 11187375. OLE color: 11187375.

HSL color Cylindrical-coordinate representation of color #AFB4AA: hue angle of 90º 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 #AFB4AA is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB175180170-
CMYK0.0300.060.29
HSL90º6.25%68.63%-
HSV(B)90º5.56%70.59%-
XYZ41.2644.6644.48-
YUV177.36123.84126.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=33.33%
G=34.29%
B=32.38%

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
Decimal1751801700.0300.060.29906.2568.63
HexAFB4AA3061D5a645
Octal257264252306351326105
Binary1010111110110100101010101101101110110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4AA; }

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

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

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

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

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

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

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

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