Html Css Color HEX #AC4552 Hippie Pink

📋 copy color: '#AC4552'

red 172 ◦ green 69 ◦ blue 82

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

Shades of Hippie Pink #AC4552

Tints of Hippie Pink #AC4552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 53.25%
G = 21.36%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC4552 (or 0xAC4552) is known color: Hippie Pink. HEX triplet: AC, 45 and 52. RGB value is (172,69,82). Sum of RGB (Red+Green+Blue) = 172+69+82=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4552 is #53BAAD. Grayscale: #656565. Windows color (decimal): -5487278 or 5391788. OLE color: 5391788.

HSL color Cylindrical-coordinate representation of color #AC4552: hue angle of 352.43º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4552 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 82 -
CMYK 0 0.60 0.52 0.33
HSL 352.43º 0.43% 0.47% -
HSV(B) 352.43º 0.6% 0.67% -
XYZ 20.66 13.64 9.53 -
YUV 101.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 172 69 82 0 0.60 0.52 0.33 352.43 0.43 0.47
Hex AC 45 52 0 3C 34 21 160 2B 2F
Octal 254 105 122 0 74 64 41 540 53 57
Binary 10101100 1000101 1010010 0 111100 110100 100001 101100000 101011 101111

Color Harmonies of #AC4552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4552

Black with #AC4552

Text Example


Text Example

White with #AC4552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4552; }

 p { color: rgb(172,69,82); }

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

background-color css

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

 a { background-color: rgb(172,69,82); }

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

border-color css

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

 span { border-color: rgb(172,69,82); }

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