#AC464F

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

Shades of Hippie Pink #AC464F

Tints of Hippie Pink #AC464F

Color information

#AC464F (or 0xAC464F) is unknown color: approx Hippie Pink. HEX triplet: AC, 46 and 4F. RGB value is (172,70,79). Sum of RGB (Red+Green+Blue) = 172+70+79=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC464F is #53B9B0. Grayscale: #656565. Windows color (decimal): -5487025 or 5195436. OLE color: 5195436.

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

Color convert

RGB1727079-
CMYK00.590.540.33
HSL354.71º42.15%47.45%-
HSV(B)354.71º59.3%67.45%-
XYZ20.6113.728.96-
YUV101.52115.29178.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=53.58%
G=21.81%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172707900.590.540.33354.7142.1547.45
HexAC464F03B36211632a2f
Octal25410611707366415435257
Binary10101100100011010011110111011110110100001101100011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC464F; }

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

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

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

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

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

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

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

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