Html Css Color HEX #AD5058 Hippie Pink

📋 copy color: '#AD5058'

red 173 ◦ green 80 ◦ blue 88

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

Shades of Hippie Pink #AD5058

Tints of Hippie Pink #AD5058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 50.73%
G = 23.46%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD5058 (or 0xAD5058) is known color: Hippie Pink. HEX triplet: AD, 50 and 58. RGB value is (173,80,88). Sum of RGB (Red+Green+Blue) = 173+80+88=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5058 is #52AFA7. Grayscale: #6C6C6C. Windows color (decimal): -5418920 or 5787821. OLE color: 5787821.

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

Color convert

RGB 173 80 88 -
CMYK 0 0.54 0.49 0.32
HSL 354.84º 0.37% 0.5% -
HSV(B) 354.84º 0.54% 0.68% -
XYZ 21.86 15.33 11.04 -
YUV 108.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 173 80 88 0 0.54 0.49 0.32 354.84 0.37 0.5
Hex AD 50 58 0 36 31 20 163 25 32
Octal 255 120 130 0 66 61 40 543 45 62
Binary 10101101 1010000 1011000 0 110110 110001 100000 101100011 100101 110010

Color Harmonies of #AD5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5058

Black with #AD5058

Text Example


Text Example

White with #AD5058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5058; }

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

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

background-color css

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

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

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

border-color css

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

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

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