Html Css Color HEX #AD5657 Hippie Pink

📋 copy color: '#AD5657'

red 173 ◦ green 86 ◦ blue 87

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

Shades of Hippie Pink #AD5657

Tints of Hippie Pink #AD5657

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

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

R = 50%
G = 24.86%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD5657 (or 0xAD5657) is known color: Hippie Pink. HEX triplet: AD, 56 and 57. RGB value is (173,86,87). Sum of RGB (Red+Green+Blue) = 173+86+87=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5657 is #52A9A8. Grayscale: #707070. Windows color (decimal): -5417385 or 5723821. OLE color: 5723821.

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

Color convert

RGB 173 86 87 -
CMYK 0 0.50 0.50 0.32
HSL 359.31º 0.35% 0.51% -
HSV(B) 359.31º 0.5% 0.68% -
XYZ 22.28 16.23 10.97 -
YUV 112.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 173 86 87 0 0.50 0.50 0.32 359.31 0.35 0.51
Hex AD 56 57 0 32 32 20 167 23 33
Octal 255 126 127 0 62 62 40 547 43 63
Binary 10101101 1010110 1010111 0 110010 110010 100000 101100111 100011 110011

Color Harmonies of #AD5657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5657

Black with #AD5657

Text Example


Text Example

White with #AD5657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5657; }

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

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

background-color css

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

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

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

border-color css

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

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

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