Html Css Color HEX #AD4C4D Hippie Pink

📋 copy color: '#AD4C4D'

red 173 ◦ green 76 ◦ blue 77

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

Shades of Hippie Pink #AD4C4D

Tints of Hippie Pink #AD4C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

 BLUE value IS 77 (30.47% from 255) = 23.62%

R = 53.07%
G = 23.31%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD4C4D (or 0xAD4C4D) is known color: Hippie Pink. HEX triplet: AD, 4C and 4D. RGB value is (173,76,77). Sum of RGB (Red+Green+Blue) = 173+76+77=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C4D is #52B3B2. Grayscale: #696969. Windows color (decimal): -5419955 or 5065901. OLE color: 5065901.

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

Color convert

RGB 173 76 77 -
CMYK 0 0.56 0.55 0.32
HSL 359.38º 0.39% 0.49% -
HSV(B) 359.38º 0.56% 0.68% -
XYZ 21.16 14.59 8.72 -
YUV 105.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 173 76 77 0 0.56 0.55 0.32 359.38 0.39 0.49
Hex AD 4C 4D 0 38 37 20 167 27 31
Octal 255 114 115 0 70 67 40 547 47 61
Binary 10101101 1001100 1001101 0 111000 110111 100000 101100111 100111 110001

Color Harmonies of #AD4C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C4D

Black with #AD4C4D

Text Example


Text Example

White with #AD4C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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