Html Css Color HEX #ADA4A5 Careys Pink

📋 copy color: '#ADA4A5'

red 173 ◦ green 164 ◦ blue 165

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

Shades of Careys Pink #ADA4A5

Tints of Careys Pink #ADA4A5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.67%

 BLUE value IS 165 (64.84% from 255) = 32.87%

R = 34.46%
G = 32.67%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#ADA4A5 (or 0xADA4A5) is known color: Careys Pink. HEX triplet: AD, A4 and A5. RGB value is (173,164,165). Sum of RGB (Red+Green+Blue) = 173+164+165=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4A5 is #525B5A. Grayscale: #A6A6A6. Windows color (decimal): -5397339 or 10855597. OLE color: 10855597.

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

Color convert

RGB 173 164 165 -
CMYK 0 0.05 0.05 0.32
HSL 353.33º 0.05% 0.66% -
HSV(B) 353.33º 0.05% 0.68% -
XYZ 37.3 38.15 41 -
YUV 166.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 173 164 165 0 0.05 0.05 0.32 353.33 0.05 0.66
Hex AD A4 A5 0 5 5 20 161 5 42
Octal 255 244 245 0 5 5 40 541 5 102
Binary 10101101 10100100 10100101 0 101 101 100000 101100001 101 1000010

Color Harmonies of #ADA4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4A5

Black with #ADA4A5

Text Example


Text Example

White with #ADA4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4A5; }

 p { color: rgb(173,164,165); }

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

background-color css

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

 a { background-color: rgb(173,164,165); }

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

border-color css

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

 span { border-color: rgb(173,164,165); }

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