Html Css Color HEX #AD4854 Hippie Pink

📋 copy color: '#AD4854'

red 173 ◦ green 72 ◦ blue 84

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

Shades of Hippie Pink #AD4854

Tints of Hippie Pink #AD4854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

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

R = 52.58%
G = 21.88%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD4854 (or 0xAD4854) is known color: Hippie Pink. HEX triplet: AD, 48 and 54. RGB value is (173,72,84). Sum of RGB (Red+Green+Blue) = 173+72+84=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4854 is #52B7AB. Grayscale: #676767. Windows color (decimal): -5420972 or 5523629. OLE color: 5523629.

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

Color convert

RGB 173 72 84 -
CMYK 0 0.58 0.51 0.32
HSL 352.87º 0.41% 0.48% -
HSV(B) 352.87º 0.58% 0.68% -
XYZ 21.15 14.16 10.01 -
YUV 103.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 173 72 84 0 0.58 0.51 0.32 352.87 0.41 0.48
Hex AD 48 54 0 3A 33 20 161 29 30
Octal 255 110 124 0 72 63 40 541 51 60
Binary 10101101 1001000 1010100 0 111010 110011 100000 101100001 101001 110000

Color Harmonies of #AD4854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4854

Black with #AD4854

Text Example


Text Example

White with #AD4854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4854; }

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

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

background-color css

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

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

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

border-color css

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

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

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