#AF9EA1

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

Shades of Careys Pink #AF9EA1

Tints of Careys Pink #AF9EA1

Color information

#AF9EA1 (or 0xAF9EA1) is unknown color: approx Careys Pink. HEX triplet: AF, 9E and A1. RGB value is (175,158,161). Sum of RGB (Red+Green+Blue) = 175+158+161=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9EA1 is #50615E. Grayscale: #A3A3A3. Windows color (decimal): -5267807 or 10591919. OLE color: 10591919.

HSL color Cylindrical-coordinate representation of color #AF9EA1: hue angle of 349.41º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AF9EA1 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB175158161-
CMYK00.100.080.31
HSL349.41º9.6%65.29%-
HSV(B)349.41º9.71%68.63%-
XYZ36.3436.1438.78-
YUV163.43126.63136.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 161 (63.28% from 255) = 32.59%
R=35.43%
G=31.98%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515816100.100.080.31349.419.665.29
HexAF9EA10A81F15da41
Octal257236241012103753512101
Binary1010111110011110101000010101010001111110101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EA1; }

 p { color: rgb(175,158,161); }

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

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

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

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

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

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

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