Html Css Color HEX #AD5054 Hippie Pink

📋 copy color: '#AD5054'

red 173 ◦ green 80 ◦ blue 84

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

Shades of Hippie Pink #AD5054

Tints of Hippie Pink #AD5054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 51.34%
G = 23.74%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD5054 (or 0xAD5054) is known color: Hippie Pink. HEX triplet: AD, 50 and 54. RGB value is (173,80,84). Sum of RGB (Red+Green+Blue) = 173+80+84=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5054 is #52AFAB. Grayscale: #6C6C6C. Windows color (decimal): -5418924 or 5525677. OLE color: 5525677.

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

Color convert

RGB 173 80 84 -
CMYK 0 0.54 0.51 0.32
HSL 357.42º 0.37% 0.5% -
HSV(B) 357.42º 0.54% 0.68% -
XYZ 21.7 15.26 10.19 -
YUV 108.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 173 80 84 0 0.54 0.51 0.32 357.42 0.37 0.5
Hex AD 50 54 0 36 33 20 165 25 32
Octal 255 120 124 0 66 63 40 545 45 62
Binary 10101101 1010000 1010100 0 110110 110011 100000 101100101 100101 110010

Color Harmonies of #AD5054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5054

Black with #AD5054

Text Example


Text Example

White with #AD5054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5054; }

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

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

background-color css

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

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

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

border-color css

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

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

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