Html Css Color HEX #AD494D Hippie Pink

📋 copy color: '#AD494D'

red 173 ◦ green 73 ◦ blue 77

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

Shades of Hippie Pink #AD494D

Tints of Hippie Pink #AD494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.6%

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

R = 53.56%
G = 22.6%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD494D (or 0xAD494D) is known color: Hippie Pink. HEX triplet: AD, 49 and 4D. RGB value is (173,73,77). Sum of RGB (Red+Green+Blue) = 173+73+77=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD494D is #52B6B2. Grayscale: #676767. Windows color (decimal): -5420723 or 5065133. OLE color: 5065133.

HSL color Cylindrical-coordinate representation of color #AD494D: hue angle of 357.6º 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 #AD494D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 73 77 -
CMYK 0 0.58 0.55 0.32
HSL 357.6º 0.41% 0.48% -
HSV(B) 357.6º 0.58% 0.68% -
XYZ 20.96 14.19 8.65 -
YUV 103.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 173 73 77 0 0.58 0.55 0.32 357.6 0.41 0.48
Hex AD 49 4D 0 3A 37 20 166 29 30
Octal 255 111 115 0 72 67 40 546 51 60
Binary 10101101 1001001 1001101 0 111010 110111 100000 101100110 101001 110000

Color Harmonies of #AD494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD494D

Black with #AD494D

Text Example


Text Example

White with #AD494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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