#AD9FA1

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

Shades of Careys Pink #AD9FA1

Tints of Careys Pink #AD9FA1

Color information

#AD9FA1 (or 0xAD9FA1) is unknown color: approx Careys Pink. HEX triplet: AD, 9F and A1. RGB value is (173,159,161). Sum of RGB (Red+Green+Blue) = 173+159+161=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FA1 is #52605E. Grayscale: #A3A3A3. Windows color (decimal): -5398623 or 10592173. OLE color: 10592173.

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

Color convert

RGB173159161-
CMYK00.080.070.32
HSL351.43º7.87%65.1%-
HSV(B)351.43º8.09%67.84%-
XYZ36.0636.2538.82-
YUV163.41126.64134.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=35.09%
G=32.25%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315916100.080.070.32351.437.8765.1
HexAD9FA10872015f841
Octal25523724101074053710101
Binary1010110110011111101000010100011110000010101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FA1; }

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

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

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

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

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

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

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

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