Html Css Color HEX #ADA8A9 Careys Pink

📋 copy color: '#ADA8A9'

red 173 ◦ green 168 ◦ blue 169

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

Shades of Careys Pink #ADA8A9

Tints of Careys Pink #ADA8A9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.94%

 BLUE value IS 169 (66.41% from 255) = 33.14%

R = 33.92%
G = 32.94%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#ADA8A9 (or 0xADA8A9) is known color: Careys Pink. HEX triplet: AD, A8 and A9. RGB value is (173,168,169). Sum of RGB (Red+Green+Blue) = 173+168+169=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8A9 is #525756. Grayscale: #A9A9A9. Windows color (decimal): -5396311 or 11118765. OLE color: 11118765.

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

Color convert

RGB 173 168 169 -
CMYK 0 0.03 0.02 0.32
HSL 348º 0.03% 0.67% -
HSV(B) 348º 0.03% 0.68% -
XYZ 38.4 39.75 43.19 -
YUV 169.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 173 168 169 0 0.03 0.02 0.32 348 0.03 0.67
Hex AD A8 A9 0 3 2 20 15C 3 43
Octal 255 250 251 0 3 2 40 534 3 103
Binary 10101101 10101000 10101001 0 11 10 100000 101011100 11 1000011

Color Harmonies of #ADA8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8A9

Black with #ADA8A9

Text Example


Text Example

White with #ADA8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8A9; }

 p { color: rgb(173,168,169); }

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

background-color css

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

 a { background-color: rgb(173,168,169); }

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

border-color css

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

 span { border-color: rgb(173,168,169); }

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