Html Css Color HEX #AD4D5D Hippie Pink

📋 copy color: '#AD4D5D'

red 173 ◦ green 77 ◦ blue 93

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

Shades of Hippie Pink #AD4D5D

Tints of Hippie Pink #AD4D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 50.44%
G = 22.45%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD4D5D (or 0xAD4D5D) is known color: Hippie Pink. HEX triplet: AD, 4D and 5D. RGB value is (173,77,93). Sum of RGB (Red+Green+Blue) = 173+77+93=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4D5D is #52B2A2. Grayscale: #6B6B6B. Windows color (decimal): -5419683 or 6114733. OLE color: 6114733.

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

Color convert

RGB 173 77 93 -
CMYK 0 0.55 0.46 0.32
HSL 350º 0.38% 0.49% -
HSV(B) 350º 0.55% 0.68% -
XYZ 21.86 14.98 12.1 -
YUV 107.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 173 77 93 0 0.55 0.46 0.32 350 0.38 0.49
Hex AD 4D 5D 0 37 2E 20 15E 26 31
Octal 255 115 135 0 67 56 40 536 46 61
Binary 10101101 1001101 1011101 0 110111 101110 100000 101011110 100110 110001

Color Harmonies of #AD4D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D5D

Black with #AD4D5D

Text Example


Text Example

White with #AD4D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D5D; }

 p { color: rgb(173,77,93); }

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

background-color css

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

 a { background-color: rgb(173,77,93); }

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

border-color css

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

 span { border-color: rgb(173,77,93); }

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