Html Css Color HEX #AD5358 Hippie Pink

📋 copy color: '#AD5358'

red 173 ◦ green 83 ◦ blue 88

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

Shades of Hippie Pink #AD5358

Tints of Hippie Pink #AD5358

RGB

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

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

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

R = 50.29%
G = 24.13%
B = 25.58%

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

#AD5358 (or 0xAD5358) is known color: Hippie Pink. HEX triplet: AD, 53 and 58. RGB value is (173,83,88). Sum of RGB (Red+Green+Blue) = 173+83+88=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5358 is #52ACA7. Grayscale: #6E6E6E. Windows color (decimal): -5418152 or 5788589. OLE color: 5788589.

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

Color convert

RGB 173 83 88 -
CMYK 0 0.52 0.49 0.32
HSL 356.67º 0.35% 0.5% -
HSV(B) 356.67º 0.52% 0.68% -
XYZ 22.09 15.78 11.11 -
YUV 110.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 173 83 88 0 0.52 0.49 0.32 356.67 0.35 0.5
Hex AD 53 58 0 34 31 20 165 23 32
Octal 255 123 130 0 64 61 40 545 43 62
Binary 10101101 1010011 1011000 0 110100 110001 100000 101100101 100011 110010

Color Harmonies of #AD5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5358

Black with #AD5358

Text Example


Text Example

White with #AD5358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5358; }

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

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

background-color css

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

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

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

border-color css

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

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

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