#AC4F51

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

Shades of Hippie Pink #AC4F51

Tints of Hippie Pink #AC4F51

Color information

#AC4F51 (or 0xAC4F51) is unknown color: approx Hippie Pink. HEX triplet: AC, 4F and 51. RGB value is (172,79,81). Sum of RGB (Red+Green+Blue) = 172+79+81=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F51 is #53B0AE. Grayscale: #6B6B6B. Windows color (decimal): -5484719 or 5328812. OLE color: 5328812.

HSL color Cylindrical-coordinate representation of color #AC4F51: hue angle of 358.71º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC4F51 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1727981-
CMYK00.540.530.33
HSL358.71º37.05%49.22%-
HSV(B)358.71º54.07%67.45%-
XYZ21.2914.969.55-
YUV107.03113.31174.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=51.81%
G=23.80%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172798100.540.530.33358.7137.0549.22
HexAC4F5103635211672531
Octal25411712106665415474561
Binary10101100100111110100010110110110101100001101100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F51; }

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

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

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

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

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

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

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

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