#AD9697

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

Shades of Careys Pink #AD9697

Tints of Careys Pink #AD9697

Color information

#AD9697 (or 0xAD9697) is unknown color: approx Careys Pink. HEX triplet: AD, 96 and 97. RGB value is (173,150,151). Sum of RGB (Red+Green+Blue) = 173+150+151=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9697 is #526968. Grayscale: #9D9D9D. Windows color (decimal): -5400937 or 9934509. OLE color: 9934509.

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

Color convert

RGB173150151-
CMYK00.130.130.32
HSL357.39º12.3%63.33%-
HSV(B)357.39º13.29%67.84%-
XYZ33.7332.9333.86-
YUV156.99124.62139.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=36.50%
G=31.65%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315015100.130.130.32357.3912.363.33
HexAD96970DD20165c3f
Octal25522622701515405451477
Binary1010110110010110100101110110111011000001011001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9697; }

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

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

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

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

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

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

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

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