#AD9899

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

Shades of Careys Pink #AD9899

Tints of Careys Pink #AD9899

Color information

#AD9899 (or 0xAD9899) is unknown color: approx Careys Pink. HEX triplet: AD, 98 and 99. RGB value is (173,152,153). Sum of RGB (Red+Green+Blue) = 173+152+153=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9899 is #526766. Grayscale: #9E9E9E. Windows color (decimal): -5400423 or 10066093. OLE color: 10066093.

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

Color convert

RGB173152153-
CMYK00.120.120.32
HSL357.14º11.35%63.73%-
HSV(B)357.14º12.14%67.84%-
XYZ34.2133.6434.83-
YUV158.39124.96138.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=36.19%
G=31.80%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315215300.120.120.32357.1411.3563.73
HexAD98990CC20165b40
Octal255230231014144054513100
Binary10101101100110001001100101100110010000010110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9899; }

 p { color: rgb(173,152,153); }

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

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

 a { background-color: rgb(173,152,153); }

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

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

 span { border-color: rgb(173,152,153); }

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