Html Css Color HEX #AD4D54 Hippie Pink

📋 copy color: '#AD4D54'

red 173 ◦ green 77 ◦ blue 84

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

Shades of Hippie Pink #AD4D54

Tints of Hippie Pink #AD4D54

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

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

R = 51.8%
G = 23.05%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD4D54 (or 0xAD4D54) is known color: Hippie Pink. HEX triplet: AD, 4D and 54. RGB value is (173,77,84). Sum of RGB (Red+Green+Blue) = 173+77+84=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4D54 is #52B2AB. Grayscale: #6A6A6A. Windows color (decimal): -5419692 or 5524909. OLE color: 5524909.

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

Color convert

RGB 173 77 84 -
CMYK 0 0.55 0.51 0.32
HSL 355.63º 0.38% 0.49% -
HSV(B) 355.63º 0.55% 0.68% -
XYZ 21.49 14.83 10.12 -
YUV 106.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 173 77 84 0 0.55 0.51 0.32 355.63 0.38 0.49
Hex AD 4D 54 0 37 33 20 164 26 31
Octal 255 115 124 0 67 63 40 544 46 61
Binary 10101101 1001101 1010100 0 110111 110011 100000 101100100 100110 110001

Color Harmonies of #AD4D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D54

Black with #AD4D54

Text Example


Text Example

White with #AD4D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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