Html Css Color HEX #AD4C61 Hippie Pink

📋 copy color: '#AD4C61'

red 173 ◦ green 76 ◦ blue 97

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

Shades of Hippie Pink #AD4C61

Tints of Hippie Pink #AD4C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 50%
G = 21.97%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD4C61 (or 0xAD4C61) is known color: Hippie Pink. HEX triplet: AD, 4C and 61. RGB value is (173,76,97). Sum of RGB (Red+Green+Blue) = 173+76+97=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C61 is #52B39E. Grayscale: #6B6B6B. Windows color (decimal): -5419935 or 6376621. OLE color: 6376621.

HSL color Cylindrical-coordinate representation of color #AD4C61: hue angle of 347.01º 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 #AD4C61 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 76 97 -
CMYK 0 0.56 0.44 0.32
HSL 347.01º 0.39% 0.49% -
HSV(B) 347.01º 0.56% 0.68% -
XYZ 21.98 14.92 13.03 -
YUV 107.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 173 76 97 0 0.56 0.44 0.32 347.01 0.39 0.49
Hex AD 4C 61 0 38 2C 20 15B 27 31
Octal 255 114 141 0 70 54 40 533 47 61
Binary 10101101 1001100 1100001 0 111000 101100 100000 101011011 100111 110001

Color Harmonies of #AD4C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C61

Black with #AD4C61

Text Example


Text Example

White with #AD4C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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