Html Css Color HEX #AD9697 Careys Pink

📋 copy color: '#AD9697'

red 173 ◦ green 150 ◦ blue 151

#AD9697
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #AD9697

Tints of Careys Pink #AD9697

RGB

 RED value IS 173 (67.97% from 255) = 36.5%

 GREEN value IS 150 (58.98% from 255) = 31.65%

 BLUE value IS 151 (59.38% from 255) = 31.86%

R = 36.5%
G = 31.65%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD9697 (or 0xAD9697) is known color: 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

RGB 173 150 151 -
CMYK 0 0.13 0.13 0.32
HSL 357.39º 0.12% 0.63% -
HSV(B) 357.39º 0.13% 0.68% -
XYZ 33.73 32.93 33.86 -
YUV 156.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 173 150 151 0 0.13 0.13 0.32 357.39 0.12 0.63
Hex AD 96 97 0 D D 20 165 C 3F
Octal 255 226 227 0 15 15 40 545 14 77
Binary 10101101 10010110 10010111 0 1101 1101 100000 101100101 1100 111111

Color Harmonies of #AD9697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9697

Black with #AD9697

Text Example


Text Example

White with #AD9697

Text Example


Text Example

HTML Codes & Css Web 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>