Html Css Color HEX #AC4550 Hippie Pink

📋 copy color: '#AC4550'

red 172 ◦ green 69 ◦ blue 80

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

Shades of Hippie Pink #AC4550

Tints of Hippie Pink #AC4550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 53.58%
G = 21.5%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC4550 (or 0xAC4550) is known color: Hippie Pink. HEX triplet: AC, 45 and 50. RGB value is (172,69,80). Sum of RGB (Red+Green+Blue) = 172+69+80=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4550 is #53BAAF. Grayscale: #656565. Windows color (decimal): -5487280 or 5260716. OLE color: 5260716.

HSL color Cylindrical-coordinate representation of color #AC4550: hue angle of 353.59º 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 #AC4550 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 80 -
CMYK 0 0.60 0.53 0.33
HSL 353.59º 0.43% 0.47% -
HSV(B) 353.59º 0.6% 0.67% -
XYZ 20.59 13.61 9.13 -
YUV 101.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 172 69 80 0 0.60 0.53 0.33 353.59 0.43 0.47
Hex AC 45 50 0 3C 35 21 162 2B 2F
Octal 254 105 120 0 74 65 41 542 53 57
Binary 10101100 1000101 1010000 0 111100 110101 100001 101100010 101011 101111

Color Harmonies of #AC4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4550

Black with #AC4550

Text Example


Text Example

White with #AC4550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4550; }

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

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

background-color css

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

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

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

border-color css

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

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

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