Html Css Color HEX #AD4E52 Hippie Pink

📋 copy color: '#AD4E52'

red 173 ◦ green 78 ◦ blue 82

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

Shades of Hippie Pink #AD4E52

Tints of Hippie Pink #AD4E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.42%

 BLUE value IS 82 (32.42% from 255) = 24.62%

R = 51.95%
G = 23.42%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD4E52 (or 0xAD4E52) is known color: Hippie Pink. HEX triplet: AD, 4E and 52. RGB value is (173,78,82). Sum of RGB (Red+Green+Blue) = 173+78+82=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4E52 is #52B1AD. Grayscale: #6A6A6A. Windows color (decimal): -5419438 or 5394093. OLE color: 5394093.

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

Color convert

RGB 173 78 82 -
CMYK 0 0.55 0.53 0.32
HSL 357.47º 0.38% 0.49% -
HSV(B) 357.47º 0.55% 0.68% -
XYZ 21.48 14.94 9.73 -
YUV 106.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 173 78 82 0 0.55 0.53 0.32 357.47 0.38 0.49
Hex AD 4E 52 0 37 35 20 165 26 31
Octal 255 116 122 0 67 65 40 545 46 61
Binary 10101101 1001110 1010010 0 110111 110101 100000 101100101 100110 110001

Color Harmonies of #AD4E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E52

Black with #AD4E52

Text Example


Text Example

White with #AD4E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E52; }

 p { color: rgb(173,78,82); }

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

background-color css

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

 a { background-color: rgb(173,78,82); }

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

border-color css

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

 span { border-color: rgb(173,78,82); }

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