#AC465D

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

Shades of Hippie Pink #AC465D

Tints of Hippie Pink #AC465D

Color information

#AC465D (or 0xAC465D) is unknown color: approx Hippie Pink. HEX triplet: AC, 46 and 5D. RGB value is (172,70,93). Sum of RGB (Red+Green+Blue) = 172+70+93=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC465D is #53B9A2. Grayscale: #676767. Windows color (decimal): -5487011 or 6112940. OLE color: 6112940.

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

Color convert

RGB1727093-
CMYK00.590.460.33
HSL346.47º42.15%47.45%-
HSV(B)346.47º59.3%67.45%-
XYZ21.1813.9411.93-
YUV103.12122.29177.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=51.34%
G=20.90%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172709300.590.460.33346.4742.1547.45
HexAC465D03B2E2115a2a2f
Octal25410613507356415325257
Binary10101100100011010111010111011101110100001101011010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC465D; }

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

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

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

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

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

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

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

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