Html Css Color HEX #AD5152 Hippie Pink

📋 copy color: '#AD5152'

red 173 ◦ green 81 ◦ blue 82

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

Shades of Hippie Pink #AD5152

Tints of Hippie Pink #AD5152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 51.49%
G = 24.11%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD5152 (or 0xAD5152) is known color: Hippie Pink. HEX triplet: AD, 51 and 52. RGB value is (173,81,82). Sum of RGB (Red+Green+Blue) = 173+81+82=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5152 is #52AEAD. Grayscale: #6C6C6C. Windows color (decimal): -5418670 or 5394861. OLE color: 5394861.

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

Color convert

RGB 173 81 82 -
CMYK 0 0.53 0.53 0.32
HSL 359.35º 0.36% 0.5% -
HSV(B) 359.35º 0.53% 0.68% -
XYZ 21.7 15.38 9.81 -
YUV 108.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 173 81 82 0 0.53 0.53 0.32 359.35 0.36 0.5
Hex AD 51 52 0 35 35 20 167 24 32
Octal 255 121 122 0 65 65 40 547 44 62
Binary 10101101 1010001 1010010 0 110101 110101 100000 101100111 100100 110010

Color Harmonies of #AD5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5152

Black with #AD5152

Text Example


Text Example

White with #AD5152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5152; }

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

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

background-color css

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

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

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

border-color css

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

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

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