Html Css Color HEX #AD9495 Careys Pink

📋 copy color: '#AD9495'

red 173 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #AD9495

Tints of Careys Pink #AD9495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 36.81%
G = 31.49%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD9495 (or 0xAD9495) is known color: Careys Pink. HEX triplet: AD, 94 and 95. RGB value is (173,148,149). Sum of RGB (Red+Green+Blue) = 173+148+149=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9495 is #526B6A. Grayscale: #9B9B9B. Windows color (decimal): -5401451 or 9802925. OLE color: 9802925.

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

Color convert

RGB 173 148 149 -
CMYK 0 0.14 0.14 0.32
HSL 357.6º 0.13% 0.63% -
HSV(B) 357.6º 0.14% 0.68% -
XYZ 33.25 32.23 32.9 -
YUV 155.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 173 148 149 0 0.14 0.14 0.32 357.6 0.13 0.63
Hex AD 94 95 0 E E 20 166 D 3F
Octal 255 224 225 0 16 16 40 546 15 77
Binary 10101101 10010100 10010101 0 1110 1110 100000 101100110 1101 111111

Color Harmonies of #AD9495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9495

Black with #AD9495

Text Example


Text Example

White with #AD9495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9495; }

 p { color: rgb(173,148,149); }

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

background-color css

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

 a { background-color: rgb(173,148,149); }

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

border-color css

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

 span { border-color: rgb(173,148,149); }

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