Html Css Color HEX #AD515C Hippie Pink

📋 copy color: '#AD515C'

red 173 ◦ green 81 ◦ blue 92

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

Shades of Hippie Pink #AD515C

Tints of Hippie Pink #AD515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 50%
G = 23.41%
B = 26.59%

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

#AD515C (or 0xAD515C) is known color: Hippie Pink. HEX triplet: AD, 51 and 5C. RGB value is (173,81,92). Sum of RGB (Red+Green+Blue) = 173+81+92=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD515C is #52AEA3. Grayscale: #6D6D6D. Windows color (decimal): -5418660 or 6050221. OLE color: 6050221.

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

Color convert

RGB 173 81 92 -
CMYK 0 0.53 0.47 0.32
HSL 352.83º 0.36% 0.5% -
HSV(B) 352.83º 0.53% 0.68% -
XYZ 22.11 15.54 11.96 -
YUV 109.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 173 81 92 0 0.53 0.47 0.32 352.83 0.36 0.5
Hex AD 51 5C 0 35 2F 20 161 24 32
Octal 255 121 134 0 65 57 40 541 44 62
Binary 10101101 1010001 1011100 0 110101 101111 100000 101100001 100100 110010

Color Harmonies of #AD515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD515C

Black with #AD515C

Text Example


Text Example

White with #AD515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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