#AFBAA3

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

Shades of Silver Chalice #AFBAA3

Tints of Silver Chalice #AFBAA3

Color information

#AFBAA3 (or 0xAFBAA3) is unknown color: approx Silver Chalice. HEX triplet: AF, BA and A3. RGB value is (175,186,163). Sum of RGB (Red+Green+Blue) = 175+186+163=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA3 is #50455C. Grayscale: #B4B4B4. Windows color (decimal): -5260637 or 10730159. OLE color: 10730159.

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

Color convert

RGB175186163-
CMYK0.0600.120.27
HSL88.7º14.29%68.43%-
HSV(B)88.7º12.37%72.94%-
XYZ41.8546.8841.49-
YUV180.09118.36124.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 163 (64.06% from 255) = 31.11%
R=33.40%
G=35.50%
B=31.11%

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
Decimal1751861630.0600.120.2788.714.2968.43
HexAFBAA360C1B59e44
Octal25727224360143313116104
Binary1010111110111010101000111100110011011101100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAA3; }

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

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

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

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

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

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

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

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