Html Css Color HEX #AD515D Hippie Pink

📋 copy color: '#AD515D'

red 173 ◦ green 81 ◦ blue 93

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

Shades of Hippie Pink #AD515D

Tints of Hippie Pink #AD515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 49.86%
G = 23.34%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD515D (or 0xAD515D) is known color: Hippie Pink. HEX triplet: AD, 51 and 5D. RGB value is (173,81,93). Sum of RGB (Red+Green+Blue) = 173+81+93=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD515D is #52AEA2. Grayscale: #6D6D6D. Windows color (decimal): -5418659 or 6115757. OLE color: 6115757.

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

Color convert

RGB 173 81 93 -
CMYK 0 0.53 0.46 0.32
HSL 352.17º 0.36% 0.5% -
HSV(B) 352.17º 0.53% 0.68% -
XYZ 22.15 15.56 12.19 -
YUV 109.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 173 81 93 0 0.53 0.46 0.32 352.17 0.36 0.5
Hex AD 51 5D 0 35 2E 20 160 24 32
Octal 255 121 135 0 65 56 40 540 44 62
Binary 10101101 1010001 1011101 0 110101 101110 100000 101100000 100100 110010

Color Harmonies of #AD515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD515D

Black with #AD515D

Text Example


Text Example

White with #AD515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD515D; }

 p { color: rgb(173,81,93); }

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

background-color css

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

 a { background-color: rgb(173,81,93); }

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

border-color css

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

 span { border-color: rgb(173,81,93); }

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