Html Css Color HEX #AD494C Hippie Pink

📋 copy color: '#AD494C'

red 173 ◦ green 73 ◦ blue 76

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

Shades of Hippie Pink #AD494C

Tints of Hippie Pink #AD494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 53.73%
G = 22.67%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD494C (or 0xAD494C) is known color: Hippie Pink. HEX triplet: AD, 49 and 4C. RGB value is (173,73,76). Sum of RGB (Red+Green+Blue) = 173+73+76=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD494C is #52B6B3. Grayscale: #676767. Windows color (decimal): -5420724 or 4999597. OLE color: 4999597.

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

Color convert

RGB 173 73 76 -
CMYK 0 0.58 0.56 0.32
HSL 358.2º 0.41% 0.48% -
HSV(B) 358.2º 0.58% 0.68% -
XYZ 20.92 14.17 8.47 -
YUV 103.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 173 73 76 0 0.58 0.56 0.32 358.2 0.41 0.48
Hex AD 49 4C 0 3A 38 20 166 29 30
Octal 255 111 114 0 72 70 40 546 51 60
Binary 10101101 1001001 1001100 0 111010 111000 100000 101100110 101001 110000

Color Harmonies of #AD494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD494C

Black with #AD494C

Text Example


Text Example

White with #AD494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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