#AF999B

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

Shades of Careys Pink #AF999B

Tints of Careys Pink #AF999B

Color information

#AF999B (or 0xAF999B) is unknown color: approx Careys Pink. HEX triplet: AF, 99 and 9B. RGB value is (175,153,155). Sum of RGB (Red+Green+Blue) = 175+153+155=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF999B is #506664. Grayscale: #9F9F9F. Windows color (decimal): -5269093 or 10197423. OLE color: 10197423.

HSL color Cylindrical-coordinate representation of color #AF999B: hue angle of 354.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF999B is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175153155-
CMYK00.130.110.31
HSL354.55º12.09%64.31%-
HSV(B)354.55º12.57%68.63%-
XYZ34.9934.2635.78-
YUV159.81125.29138.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=36.23%
G=31.68%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515315500.130.110.31354.5512.0964.31
HexAF999B0DB1F163c40
Octal257231233015133754314100
Binary1010111110011001100110110110110111111110110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF999B; }

 p { color: rgb(175,153,155); }

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

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

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

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

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

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

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