#AD9798

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

Shades of Careys Pink #AD9798

Tints of Careys Pink #AD9798

Color information

#AD9798 (or 0xAD9798) is unknown color: approx 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

RGB173151152-
CMYK00.130.120.32
HSL357.27º11.83%63.53%-
HSV(B)357.27º12.72%67.84%-
XYZ33.9733.2834.34-
YUV157.69124.79138.92-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315115200.130.120.32357.2711.8363.53
HexAD97980DC20165c40
Octal255227230015144054514100
Binary10101101100101111001100001101110010000010110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>