#AFBCA2

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

Shades of Silver Chalice #AFBCA2

Tints of Silver Chalice #AFBCA2

Color information

#AFBCA2 (or 0xAFBCA2) is unknown color: approx Silver Chalice. HEX triplet: AF, BC and A2. RGB value is (175,188,162). Sum of RGB (Red+Green+Blue) = 175+188+162=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCA2 is #50435D. Grayscale: #B5B5B5. Windows color (decimal): -5260126 or 10665135. OLE color: 10665135.

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

Color convert

RGB175188162-
CMYK0.0700.140.26
HSL90º16.25%68.63%-
HSV(B)90º13.83%73.73%-
XYZ42.1847.6941.16-
YUV181.15117.19123.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=33.33%
G=35.81%
B=30.86%

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
Decimal1751881620.0700.140.269016.2568.63
HexAFBCA270E1A5a1045
Octal25727424270163213220105
Binary10101111101111001010001011101110110101011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCA2; }

 p { color: rgb(175,188,162); }

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

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

 a { background-color: rgb(175,188,162); }

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

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

 span { border-color: rgb(175,188,162); }

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