Html Css Color HEX #AD4649 Hippie Pink

📋 copy color: '#AD4649'

red 173 ◦ green 70 ◦ blue 73

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

Shades of Hippie Pink #AD4649

Tints of Hippie Pink #AD4649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 54.75%
G = 22.15%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD4649 (or 0xAD4649) is known color: Hippie Pink. HEX triplet: AD, 46 and 49. RGB value is (173,70,73). Sum of RGB (Red+Green+Blue) = 173+70+73=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4649 is #52B9B6. Grayscale: #656565. Windows color (decimal): -5421495 or 4802221. OLE color: 4802221.

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

Color convert

RGB 173 70 73 -
CMYK 0 0.60 0.58 0.32
HSL 358.25º 0.42% 0.48% -
HSV(B) 358.25º 0.6% 0.68% -
XYZ 20.63 13.75 7.87 -
YUV 101.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 173 70 73 0 0.60 0.58 0.32 358.25 0.42 0.48
Hex AD 46 49 0 3C 3A 20 166 2A 30
Octal 255 106 111 0 74 72 40 546 52 60
Binary 10101101 1000110 1001001 0 111100 111010 100000 101100110 101010 110000

Color Harmonies of #AD4649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4649

Black with #AD4649

Text Example


Text Example

White with #AD4649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4649; }

 p { color: rgb(173,70,73); }

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

background-color css

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

 a { background-color: rgb(173,70,73); }

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

border-color css

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

 span { border-color: rgb(173,70,73); }

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