Html Css Color HEX #AD4C5D Hippie Pink

📋 copy color: '#AD4C5D'

red 173 ◦ green 76 ◦ blue 93

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

Shades of Hippie Pink #AD4C5D

Tints of Hippie Pink #AD4C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

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

R = 50.58%
G = 22.22%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD4C5D (or 0xAD4C5D) is known color: Hippie Pink. HEX triplet: AD, 4C and 5D. RGB value is (173,76,93). Sum of RGB (Red+Green+Blue) = 173+76+93=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C5D is #52B3A2. Grayscale: #6A6A6A. Windows color (decimal): -5419939 or 6114477. OLE color: 6114477.

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

Color convert

RGB 173 76 93 -
CMYK 0 0.56 0.46 0.32
HSL 349.48º 0.39% 0.49% -
HSV(B) 349.48º 0.56% 0.68% -
XYZ 21.79 14.84 12.07 -
YUV 106.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 173 76 93 0 0.56 0.46 0.32 349.48 0.39 0.49
Hex AD 4C 5D 0 38 2E 20 15D 27 31
Octal 255 114 135 0 70 56 40 535 47 61
Binary 10101101 1001100 1011101 0 111000 101110 100000 101011101 100111 110001

Color Harmonies of #AD4C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C5D

Black with #AD4C5D

Text Example


Text Example

White with #AD4C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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