#AD9799

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

Shades of Careys Pink #AD9799

Tints of Careys Pink #AD9799

Color information

#AD9799 (or 0xAD9799) is unknown color: approx Careys Pink. HEX triplet: AD, 97 and 99. RGB value is (173,151,153). Sum of RGB (Red+Green+Blue) = 173+151+153=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9799 is #526866. Grayscale: #9D9D9D. Windows color (decimal): -5400679 or 10065837. OLE color: 10065837.

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

Color convert

RGB173151153-
CMYK00.130.120.32
HSL354.55º11.83%63.53%-
HSV(B)354.55º12.72%67.84%-
XYZ34.0533.3234.77-
YUV157.81125.29138.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=36.27%
G=31.66%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315115300.130.120.32354.5511.8363.53
HexAD97990DC20163c40
Octal255227231015144054314100
Binary10101101100101111001100101101110010000010110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9799; }

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

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

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

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

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

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

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

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