#AC464D

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

Shades of Hippie Pink #AC464D

Tints of Hippie Pink #AC464D

Color information

#AC464D (or 0xAC464D) is unknown color: approx Hippie Pink. HEX triplet: AC, 46 and 4D. RGB value is (172,70,77). Sum of RGB (Red+Green+Blue) = 172+70+77=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC464D is #53B9B2. Grayscale: #656565. Windows color (decimal): -5487027 or 5064364. OLE color: 5064364.

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

Color convert

RGB1727077-
CMYK00.590.550.33
HSL355.88º42.15%47.45%-
HSV(B)355.88º59.3%67.45%-
XYZ20.5413.698.58-
YUV101.3114.29178.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=53.92%
G=21.94%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172707700.590.550.33355.8842.1547.45
HexAC464D03B37211642a2f
Octal25410611507367415445257
Binary10101100100011010011010111011110111100001101100100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC464D; }

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

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

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

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

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

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

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

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