Html Css Color HEX #AD9EA1 Careys Pink

📋 copy color: '#AD9EA1'

red 173 ◦ green 158 ◦ blue 161

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

Shades of Careys Pink #AD9EA1

Tints of Careys Pink #AD9EA1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

 BLUE value IS 161 (63.28% from 255) = 32.72%

R = 35.16%
G = 32.11%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD9EA1 (or 0xAD9EA1) is known color: Careys Pink. HEX triplet: AD, 9E and A1. RGB value is (173,158,161). Sum of RGB (Red+Green+Blue) = 173+158+161=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EA1 is #52615E. Grayscale: #A2A2A2. Windows color (decimal): -5398879 or 10591917. OLE color: 10591917.

HSL color Cylindrical-coordinate representation of color #AD9EA1: hue angle of 348º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AD9EA1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 158 161 -
CMYK 0 0.09 0.07 0.32
HSL 348º 0.08% 0.65% -
HSV(B) 348º 0.09% 0.68% -
XYZ 35.89 35.91 38.76 -
YUV 162.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 173 158 161 0 0.09 0.07 0.32 348 0.08 0.65
Hex AD 9E A1 0 9 7 20 15C 8 41
Octal 255 236 241 0 11 7 40 534 10 101
Binary 10101101 10011110 10100001 0 1001 111 100000 101011100 1000 1000001

Color Harmonies of #AD9EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EA1

Black with #AD9EA1

Text Example


Text Example

White with #AD9EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EA1; }

 p { color: rgb(173,158,161); }

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

background-color css

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

 a { background-color: rgb(173,158,161); }

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

border-color css

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

 span { border-color: rgb(173,158,161); }

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