Html Css Color HEX #AC494D Hippie Pink

📋 copy color: '#AC494D'

red 172 ◦ green 73 ◦ blue 77

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

Shades of Hippie Pink #AC494D

Tints of Hippie Pink #AC494D

RGB

 RED value IS 172 (67.58% from 255) = 53.42%

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

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

R = 53.42%
G = 22.67%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC494D (or 0xAC494D) is known color: Hippie Pink. HEX triplet: AC, 49 and 4D. RGB value is (172,73,77). Sum of RGB (Red+Green+Blue) = 172+73+77=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC494D is #53B6B2. Grayscale: #676767. Windows color (decimal): -5486259 or 5065132. OLE color: 5065132.

HSL color Cylindrical-coordinate representation of color #AC494D: hue angle of 357.58º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC494D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 77 -
CMYK 0 0.58 0.55 0.33
HSL 357.58º 0.4% 0.48% -
HSV(B) 357.58º 0.58% 0.67% -
XYZ 20.74 14.07 8.64 -
YUV 103.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 172 73 77 0 0.58 0.55 0.33 357.58 0.4 0.48
Hex AC 49 4D 0 3A 37 21 166 28 30
Octal 254 111 115 0 72 67 41 546 50 60
Binary 10101100 1001001 1001101 0 111010 110111 100001 101100110 101000 110000

Color Harmonies of #AC494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC494D

Black with #AC494D

Text Example


Text Example

White with #AC494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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