#AFB3B3

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

Shades of Casper #AFB3B3

Tints of Casper #AFB3B3

Color information

#AFB3B3 (or 0xAFB3B3) is unknown color: approx Casper. HEX triplet: AF, B3 and B3. RGB value is (175,179,179). Sum of RGB (Red+Green+Blue) = 175+179+179=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #AFB3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3B3 is #504C4C. Grayscale: #B1B1B1. Windows color (decimal): -5262413 or 11776943. OLE color: 11776943.

HSL color Cylindrical-coordinate representation of color #AFB3B3: hue angle of 180º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFB3B3 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175179179-
CMYK0.02000.30
HSL180º2.56%69.41%-
HSV(B)180º2.23%70.2%-
XYZ41.9444.6149.05-
YUV177.8128.67126-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=32.83%
G=33.58%
B=33.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791790.02000.301802.5669.41
HexAFB3B32001Eb4345
Octal257263263200362643105
Binary10101111101100111011001110001111010110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3B3; }

 p { color: rgb(175,179,179); }

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

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

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

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

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

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

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