Html Css Color HEX #AC4649 Hippie Pink

📋 copy color: '#AC4649'

red 172 ◦ green 70 ◦ blue 73

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

Shades of Hippie Pink #AC4649

Tints of Hippie Pink #AC4649

RGB

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

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

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

R = 54.6%
G = 22.22%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC4649 (or 0xAC4649) is known color: Hippie Pink. HEX triplet: AC, 46 and 49. RGB value is (172,70,73). Sum of RGB (Red+Green+Blue) = 172+70+73=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4649 is #53B9B6. Grayscale: #646464. Windows color (decimal): -5487031 or 4802220. OLE color: 4802220.

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

Color convert

RGB 172 70 73 -
CMYK 0 0.59 0.58 0.33
HSL 358.24º 0.42% 0.47% -
HSV(B) 358.24º 0.59% 0.67% -
XYZ 20.41 13.63 7.86 -
YUV 100.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 172 70 73 0 0.59 0.58 0.33 358.24 0.42 0.47
Hex AC 46 49 0 3B 3A 21 166 2A 2F
Octal 254 106 111 0 73 72 41 546 52 57
Binary 10101100 1000110 1001001 0 111011 111010 100001 101100110 101010 101111

Color Harmonies of #AC4649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4649

Black with #AC4649

Text Example


Text Example

White with #AC4649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4649; }

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

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

background-color css

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

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

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

border-color css

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

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

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