#AFBDA3

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

Shades of Silver Chalice #AFBDA3

Tints of Silver Chalice #AFBDA3

Color information

#AFBDA3 (or 0xAFBDA3) is unknown color: approx Silver Chalice. HEX triplet: AF, BD and A3. RGB value is (175,189,163). Sum of RGB (Red+Green+Blue) = 175+189+163=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA3 is #50425C. Grayscale: #B5B5B5. Windows color (decimal): -5259869 or 10730927. OLE color: 10730927.

HSL color Cylindrical-coordinate representation of color #AFBDA3: hue angle of 92.31º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBDA3 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB175189163-
CMYK0.0700.140.26
HSL92.31º16.46%69.02%-
HSV(B)92.31º13.76%74.12%-
XYZ42.4948.1541.71-
YUV181.85117.36123.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 163 (64.06% from 255) = 30.93%
R=33.21%
G=35.86%
B=30.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891630.0700.140.2692.3116.4669.02
HexAFBDA370E1A5c1045
Octal25727524370163213420105
Binary10101111101111011010001111101110110101011100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDA3; }

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

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

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

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

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

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

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

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