#AFA8A9

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

Shades of Careys Pink #AFA8A9

Tints of Careys Pink #AFA8A9

Color information

#AFA8A9 (or 0xAFA8A9) is unknown color: approx Careys Pink. HEX triplet: AF, A8 and A9. RGB value is (175,168,169). Sum of RGB (Red+Green+Blue) = 175+168+169=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8A9 is #505756. Grayscale: #AAAAAA. Windows color (decimal): -5265239 or 11118767. OLE color: 11118767.

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

Color convert

RGB175168169-
CMYK00.040.030.31
HSL351.43º4.19%67.25%-
HSV(B)351.43º4%68.63%-
XYZ38.8439.9843.21-
YUV170.21127.32131.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=34.18%
G=32.81%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516816900.040.030.31351.434.1967.25
HexAFA8A90431F15f443
Octal257250251043375374103
Binary101011111010100010101001010011111111010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8A9; }

 p { color: rgb(175,168,169); }

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

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

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

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

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

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

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