Html Css Color HEX #AD5354 Hippie Pink

📋 copy color: '#AD5354'

red 173 ◦ green 83 ◦ blue 84

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

Shades of Hippie Pink #AD5354

Tints of Hippie Pink #AD5354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

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

R = 50.88%
G = 24.41%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD5354 (or 0xAD5354) is known color: Hippie Pink. HEX triplet: AD, 53 and 54. RGB value is (173,83,84). Sum of RGB (Red+Green+Blue) = 173+83+84=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5354 is #52ACAB. Grayscale: #6E6E6E. Windows color (decimal): -5418156 or 5526445. OLE color: 5526445.

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

Color convert

RGB 173 83 84 -
CMYK 0 0.52 0.51 0.32
HSL 359.33º 0.35% 0.5% -
HSV(B) 359.33º 0.52% 0.68% -
XYZ 21.93 15.71 10.26 -
YUV 110.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 173 83 84 0 0.52 0.51 0.32 359.33 0.35 0.5
Hex AD 53 54 0 34 33 20 167 23 32
Octal 255 123 124 0 64 63 40 547 43 62
Binary 10101101 1010011 1010100 0 110100 110011 100000 101100111 100011 110010

Color Harmonies of #AD5354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5354

Black with #AD5354

Text Example


Text Example

White with #AD5354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5354; }

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

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

background-color css

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

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

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

border-color css

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

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

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