Html Css Color HEX #AD5359 Hippie Pink

📋 copy color: '#AD5359'

red 173 ◦ green 83 ◦ blue 89

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

Shades of Hippie Pink #AD5359

Tints of Hippie Pink #AD5359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

 BLUE value IS 89 (35.16% from 255) = 25.8%

R = 50.14%
G = 24.06%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD5359 (or 0xAD5359) is known color: Hippie Pink. HEX triplet: AD, 53 and 59. RGB value is (173,83,89). Sum of RGB (Red+Green+Blue) = 173+83+89=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5359 is #52ACA6. Grayscale: #6E6E6E. Windows color (decimal): -5418151 or 5854125. OLE color: 5854125.

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

Color convert

RGB 173 83 89 -
CMYK 0 0.52 0.49 0.32
HSL 356º 0.35% 0.5% -
HSV(B) 356º 0.52% 0.68% -
XYZ 22.13 15.79 11.33 -
YUV 110.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 173 83 89 0 0.52 0.49 0.32 356 0.35 0.5
Hex AD 53 59 0 34 31 20 164 23 32
Octal 255 123 131 0 64 61 40 544 43 62
Binary 10101101 1010011 1011001 0 110100 110001 100000 101100100 100011 110010

Color Harmonies of #AD5359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5359

Black with #AD5359

Text Example


Text Example

White with #AD5359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5359; }

 p { color: rgb(173,83,89); }

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

background-color css

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

 a { background-color: rgb(173,83,89); }

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

border-color css

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

 span { border-color: rgb(173,83,89); }

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