#AC545A

Color #AC545A Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AC545A

Tints of Hippie Pink #AC545A

Color information

#AC545A (or 0xAC545A) is unknown color: approx Hippie Pink. HEX triplet: AC, 54 and 5A. RGB value is (172,84,90). Sum of RGB (Red+Green+Blue) = 172+84+90=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC545A is #53ABA5. Grayscale: #6F6F6F. Windows color (decimal): -5483430 or 5919916. OLE color: 5919916.

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

Color convert

RGB1728490-
CMYK00.510.480.33
HSL355.91º34.65%50.2%-
HSV(B)355.91º51.16%67.45%-
XYZ22.0315.8511.57-
YUV111116.15171.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=49.71%
G=24.28%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172849000.510.480.33355.9134.6550.2
HexAC545A03330211642332
Octal25412413206360415444362
Binary10101100101010010110100110011110000100001101100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC545A; }

 p { color: rgb(172,84,90); }

 H1.HeaderClassName
 {
   color: #AC545A;
 }
 .AnyTagClassName
 {
   color: #AC545A;
 }
</style>
background-color css

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

 a { background-color: rgb(172,84,90); }

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

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

 span { border-color: rgb(172,84,90); }

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