#AC545E

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

Shades of Hippie Pink #AC545E

Tints of Hippie Pink #AC545E

Color information

#AC545E (or 0xAC545E) is unknown color: approx Hippie Pink. HEX triplet: AC, 54 and 5E. RGB value is (172,84,94). Sum of RGB (Red+Green+Blue) = 172+84+94=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC545E is #53ABA1. Grayscale: #6F6F6F. Windows color (decimal): -5483426 or 6182060. OLE color: 6182060.

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

Color convert

RGB1728494-
CMYK00.510.450.33
HSL353.18º34.65%50.2%-
HSV(B)353.18º51.16%67.45%-
XYZ22.215.9212.49-
YUV111.45118.15171.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=49.14%
G=24%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172849400.510.450.33353.1834.6550.2
HexAC545E0332D211612332
Octal25412413606355415414362
Binary10101100101010010111100110011101101100001101100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC545E; }

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

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

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

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

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

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

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

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