Html Css Color HEX #AD5051 Hippie Pink

📋 copy color: '#AD5051'

red 173 ◦ green 80 ◦ blue 81

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

Shades of Hippie Pink #AD5051

Tints of Hippie Pink #AD5051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.25%

R = 51.8%
G = 23.95%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD5051 (or 0xAD5051) is known color: Hippie Pink. HEX triplet: AD, 50 and 51. RGB value is (173,80,81). Sum of RGB (Red+Green+Blue) = 173+80+81=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5051 is #52AFAE. Grayscale: #6C6C6C. Windows color (decimal): -5418927 or 5329069. OLE color: 5329069.

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

Color convert

RGB 173 80 81 -
CMYK 0 0.54 0.53 0.32
HSL 359.35º 0.37% 0.5% -
HSV(B) 359.35º 0.54% 0.68% -
XYZ 21.59 15.22 9.58 -
YUV 107.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 173 80 81 0 0.54 0.53 0.32 359.35 0.37 0.5
Hex AD 50 51 0 36 35 20 167 25 32
Octal 255 120 121 0 66 65 40 547 45 62
Binary 10101101 1010000 1010001 0 110110 110101 100000 101100111 100101 110010

Color Harmonies of #AD5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5051

Black with #AD5051

Text Example


Text Example

White with #AD5051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5051; }

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

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

background-color css

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

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

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

border-color css

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

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

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