#AF9FA1

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

Shades of Careys Pink #AF9FA1

Tints of Careys Pink #AF9FA1

Color information

#AF9FA1 (or 0xAF9FA1) is unknown color: approx Careys Pink. HEX triplet: AF, 9F and A1. RGB value is (175,159,161). Sum of RGB (Red+Green+Blue) = 175+159+161=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FA1 is #50605E. Grayscale: #A4A4A4. Windows color (decimal): -5267551 or 10592175. OLE color: 10592175.

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

Color convert

RGB175159161-
CMYK00.090.080.31
HSL352.5º9.09%65.49%-
HSV(B)352.5º9.14%68.63%-
XYZ36.5136.4838.84-
YUV164.01126.3135.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=35.35%
G=32.12%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515916100.090.080.31352.59.0965.49
HexAF9FA10981F161941
Octal257237241011103754111101
Binary1010111110011111101000010100110001111110110000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FA1; }

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

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

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

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

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

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

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

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