#AFBAA4

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

Shades of Silver Chalice #AFBAA4

Tints of Silver Chalice #AFBAA4

Color information

#AFBAA4 (or 0xAFBAA4) is unknown color: approx Silver Chalice. HEX triplet: AF, BA and A4. RGB value is (175,186,164). Sum of RGB (Red+Green+Blue) = 175+186+164=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA4 is #50455B. Grayscale: #B4B4B4. Windows color (decimal): -5260636 or 10795695. OLE color: 10795695.

HSL color Cylindrical-coordinate representation of color #AFBAA4: hue angle of 90º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBAA4 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB175186164-
CMYK0.0600.120.27
HSL90º13.75%68.63%-
HSV(B)90º11.83%72.94%-
XYZ41.9446.9141.97-
YUV180.2118.86124.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=33.33%
G=35.43%
B=31.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861640.0600.120.279013.7568.63
HexAFBAA460C1B5ae45
Octal25727224460143313216105
Binary1010111110111010101001001100110011011101101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAA4; }

 p { color: rgb(175,186,164); }

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

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

 a { background-color: rgb(175,186,164); }

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

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

 span { border-color: rgb(175,186,164); }

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