Html Css Color HEX #AD515B Hippie Pink

📋 copy color: '#AD515B'

red 173 ◦ green 81 ◦ blue 91

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

Shades of Hippie Pink #AD515B

Tints of Hippie Pink #AD515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.38%

R = 50.14%
G = 23.48%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD515B (or 0xAD515B) is known color: Hippie Pink. HEX triplet: AD, 51 and 5B. RGB value is (173,81,91). Sum of RGB (Red+Green+Blue) = 173+81+91=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD515B is #52AEA4. Grayscale: #6D6D6D. Windows color (decimal): -5418661 or 5984685. OLE color: 5984685.

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

Color convert

RGB 173 81 91 -
CMYK 0 0.53 0.47 0.32
HSL 353.48º 0.36% 0.5% -
HSV(B) 353.48º 0.53% 0.68% -
XYZ 22.06 15.52 11.73 -
YUV 109.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 173 81 91 0 0.53 0.47 0.32 353.48 0.36 0.5
Hex AD 51 5B 0 35 2F 20 161 24 32
Octal 255 121 133 0 65 57 40 541 44 62
Binary 10101101 1010001 1011011 0 110101 101111 100000 101100001 100100 110010

Color Harmonies of #AD515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD515B

Black with #AD515B

Text Example


Text Example

White with #AD515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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