Html Css Color HEX #AD5557 Hippie Pink

📋 copy color: '#AD5557'

red 173 ◦ green 85 ◦ blue 87

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

Shades of Hippie Pink #AD5557

Tints of Hippie Pink #AD5557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 50.14%
G = 24.64%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD5557 (or 0xAD5557) is known color: Hippie Pink. HEX triplet: AD, 55 and 57. RGB value is (173,85,87). Sum of RGB (Red+Green+Blue) = 173+85+87=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5557 is #52AAA8. Grayscale: #6F6F6F. Windows color (decimal): -5417641 or 5723565. OLE color: 5723565.

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

Color convert

RGB 173 85 87 -
CMYK 0 0.51 0.50 0.32
HSL 358.64º 0.35% 0.51% -
HSV(B) 358.64º 0.51% 0.68% -
XYZ 22.2 16.07 10.95 -
YUV 111.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 173 85 87 0 0.51 0.50 0.32 358.64 0.35 0.51
Hex AD 55 57 0 33 32 20 167 23 33
Octal 255 125 127 0 63 62 40 547 43 63
Binary 10101101 1010101 1010111 0 110011 110010 100000 101100111 100011 110011

Color Harmonies of #AD5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5557

Black with #AD5557

Text Example


Text Example

White with #AD5557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5557; }

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

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

background-color css

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

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

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

border-color css

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

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

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