#AC4B5B

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

Shades of Hippie Pink #AC4B5B

Tints of Hippie Pink #AC4B5B

Color information

#AC4B5B (or 0xAC4B5B) is unknown color: approx Hippie Pink. HEX triplet: AC, 4B and 5B. RGB value is (172,75,91). Sum of RGB (Red+Green+Blue) = 172+75+91=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B5B is #53B4A4. Grayscale: #696969. Windows color (decimal): -5485733 or 5983148. OLE color: 5983148.

HSL color Cylindrical-coordinate representation of color #AC4B5B: hue angle of 350.1º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4B5B is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1727591-
CMYK00.560.470.33
HSL350.1º39.27%48.43%-
HSV(B)350.1º56.4%67.45%-
XYZ21.4214.5611.58-
YUV105.83119.64175.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=50.89%
G=22.19%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172759100.560.470.33350.139.2748.43
HexAC4B5B0382F2115e2730
Octal25411313307057415364760
Binary10101100100101110110110111000101111100001101011110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B5B; }

 p { color: rgb(172,75,91); }

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

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

 a { background-color: rgb(172,75,91); }

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

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

 span { border-color: rgb(172,75,91); }

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