#AF999A

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

Shades of Careys Pink #AF999A

Tints of Careys Pink #AF999A

Color information

#AF999A (or 0xAF999A) is unknown color: approx Careys Pink. HEX triplet: AF, 99 and 9A. RGB value is (175,153,154). Sum of RGB (Red+Green+Blue) = 175+153+154=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF999A is #506665. Grayscale: #9F9F9F. Windows color (decimal): -5269094 or 10131887. OLE color: 10131887.

HSL color Cylindrical-coordinate representation of color #AF999A: hue angle of 357.27º 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 #AF999A is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB175153154-
CMYK00.130.120.31
HSL357.27º12.09%64.31%-
HSV(B)357.27º12.57%68.63%-
XYZ34.934.2335.34-
YUV159.69124.79138.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=36.31%
G=31.74%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515315400.130.120.31357.2712.0964.31
HexAF999A0DC1F165c40
Octal257231232015143754514100
Binary1010111110011001100110100110111001111110110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF999A; }

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

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

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

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

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

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

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

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