Html Css Color HEX #AD5455 Hippie Pink

📋 copy color: '#AD5455'

red 173 ◦ green 84 ◦ blue 85

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

Shades of Hippie Pink #AD5455

Tints of Hippie Pink #AD5455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

 BLUE value IS 85 (33.59% from 255) = 24.85%

R = 50.58%
G = 24.56%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD5455 (or 0xAD5455) is known color: Hippie Pink. HEX triplet: AD, 54 and 55. RGB value is (173,84,85). Sum of RGB (Red+Green+Blue) = 173+84+85=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5455 is #52ABAA. Grayscale: #6E6E6E. Windows color (decimal): -5417899 or 5592237. OLE color: 5592237.

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

Color convert

RGB 173 84 85 -
CMYK 0 0.51 0.51 0.32
HSL 359.33º 0.35% 0.5% -
HSV(B) 359.33º 0.51% 0.68% -
XYZ 22.04 15.88 10.5 -
YUV 110.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 173 84 85 0 0.51 0.51 0.32 359.33 0.35 0.5
Hex AD 54 55 0 33 33 20 167 23 32
Octal 255 124 125 0 63 63 40 547 43 62
Binary 10101101 1010100 1010101 0 110011 110011 100000 101100111 100011 110010

Color Harmonies of #AD5455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5455

Black with #AD5455

Text Example


Text Example

White with #AD5455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5455; }

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

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

background-color css

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

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

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

border-color css

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

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

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