Html Css Color HEX #AD9FA1 Careys Pink

📋 copy color: '#AD9FA1'

red 173 ◦ green 159 ◦ blue 161

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

Shades of Careys Pink #AD9FA1

Tints of Careys Pink #AD9FA1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.25%

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

R = 35.09%
G = 32.25%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD9FA1 (or 0xAD9FA1) is known color: Careys Pink. HEX triplet: AD, 9F and A1. RGB value is (173,159,161). Sum of RGB (Red+Green+Blue) = 173+159+161=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FA1 is #52605E. Grayscale: #A3A3A3. Windows color (decimal): -5398623 or 10592173. OLE color: 10592173.

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

Color convert

RGB 173 159 161 -
CMYK 0 0.08 0.07 0.32
HSL 351.43º 0.08% 0.65% -
HSV(B) 351.43º 0.08% 0.68% -
XYZ 36.06 36.25 38.82 -
YUV 163.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 173 159 161 0 0.08 0.07 0.32 351.43 0.08 0.65
Hex AD 9F A1 0 8 7 20 15F 8 41
Octal 255 237 241 0 10 7 40 537 10 101
Binary 10101101 10011111 10100001 0 1000 111 100000 101011111 1000 1000001

Color Harmonies of #AD9FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FA1

Black with #AD9FA1

Text Example


Text Example

White with #AD9FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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