#AFB4B4

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

Shades of Casper #AFB4B4

Tints of Casper #AFB4B4

Color information

#AFB4B4 (or 0xAFB4B4) is unknown color: approx Casper. HEX triplet: AF, B4 and B4. RGB value is (175,180,180). Sum of RGB (Red+Green+Blue) = 175+180+180=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #AFB4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4B4 is #504B4B. Grayscale: #B2B2B2. Windows color (decimal): -5262156 or 11842735. OLE color: 11842735.

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

Color convert

RGB175180180-
CMYK0.03000.29
HSL180º3.23%69.61%-
HSV(B)180º2.78%70.59%-
XYZ42.2445.0549.65-
YUV178.5128.84125.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=32.71%
G=33.64%
B=33.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801800.03000.291803.2369.61
HexAFB4B43001Db4346
Octal257264264300352643106
Binary10101111101101001011010011001110110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4B4; }

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

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

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

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

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

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

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

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