Html Css Color HEX #AD494F Hippie Pink

📋 copy color: '#AD494F'

red 173 ◦ green 73 ◦ blue 79

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

Shades of Hippie Pink #AD494F

Tints of Hippie Pink #AD494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 53.23%
G = 22.46%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD494F (or 0xAD494F) is known color: Hippie Pink. HEX triplet: AD, 49 and 4F. RGB value is (173,73,79). Sum of RGB (Red+Green+Blue) = 173+73+79=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD494F is #52B6B0. Grayscale: #676767. Windows color (decimal): -5420721 or 5196205. OLE color: 5196205.

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

Color convert

RGB 173 73 79 -
CMYK 0 0.58 0.54 0.32
HSL 356.4º 0.41% 0.48% -
HSV(B) 356.4º 0.58% 0.68% -
XYZ 21.03 14.21 9.03 -
YUV 103.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 173 73 79 0 0.58 0.54 0.32 356.4 0.41 0.48
Hex AD 49 4F 0 3A 36 20 164 29 30
Octal 255 111 117 0 72 66 40 544 51 60
Binary 10101101 1001001 1001111 0 111010 110110 100000 101100100 101001 110000

Color Harmonies of #AD494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD494F

Black with #AD494F

Text Example


Text Example

White with #AD494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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