Html Css Color HEX #AD9798 Careys Pink

📋 copy color: '#AD9798'

red 173 ◦ green 151 ◦ blue 152

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

Shades of Careys Pink #AD9798

Tints of Careys Pink #AD9798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.72%

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 36.34%
G = 31.72%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD9798 (or 0xAD9798) is known color: Careys Pink. HEX triplet: AD, 97 and 98. RGB value is (173,151,152). Sum of RGB (Red+Green+Blue) = 173+151+152=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9798 is #526867. Grayscale: #9D9D9D. Windows color (decimal): -5400680 or 10000301. OLE color: 10000301.

HSL color Cylindrical-coordinate representation of color #AD9798: hue angle of 357.27º 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 #AD9798 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 152 -
CMYK 0 0.13 0.12 0.32
HSL 357.27º 0.12% 0.64% -
HSV(B) 357.27º 0.13% 0.68% -
XYZ 33.97 33.28 34.34 -
YUV 157.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 173 151 152 0 0.13 0.12 0.32 357.27 0.12 0.64
Hex AD 97 98 0 D C 20 165 C 40
Octal 255 227 230 0 15 14 40 545 14 100
Binary 10101101 10010111 10011000 0 1101 1100 100000 101100101 1100 1000000

Color Harmonies of #AD9798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9798

Black with #AD9798

Text Example


Text Example

White with #AD9798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9798; }

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

 H1.HeaderClassName
 {
   color: #AD9798;
 }
 .AnyTagClassName
 {
   color: #AD9798;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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