Html Css Color HEX #AD5558 Hippie Pink

📋 copy color: '#AD5558'

red 173 ◦ green 85 ◦ blue 88

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

Shades of Hippie Pink #AD5558

Tints of Hippie Pink #AD5558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 50%
G = 24.57%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD5558 (or 0xAD5558) is known color: Hippie Pink. HEX triplet: AD, 55 and 58. RGB value is (173,85,88). Sum of RGB (Red+Green+Blue) = 173+85+88=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5558 is #52AAA7. Grayscale: #6F6F6F. Windows color (decimal): -5417640 or 5789101. OLE color: 5789101.

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

Color convert

RGB 173 85 88 -
CMYK 0 0.51 0.49 0.32
HSL 357.95º 0.35% 0.51% -
HSV(B) 357.95º 0.51% 0.68% -
XYZ 22.24 16.09 11.17 -
YUV 111.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 173 85 88 0 0.51 0.49 0.32 357.95 0.35 0.51
Hex AD 55 58 0 33 31 20 166 23 33
Octal 255 125 130 0 63 61 40 546 43 63
Binary 10101101 1010101 1011000 0 110011 110001 100000 101100110 100011 110011

Color Harmonies of #AD5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5558

Black with #AD5558

Text Example


Text Example

White with #AD5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5558; }

 p { color: rgb(173,85,88); }

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

background-color css

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

 a { background-color: rgb(173,85,88); }

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

border-color css

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

 span { border-color: rgb(173,85,88); }

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