#AC595B

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

Shades of Hippie Pink #AC595B

Tints of Hippie Pink #AC595B

Color information

#AC595B (or 0xAC595B) is unknown color: approx Hippie Pink. HEX triplet: AC, 59 and 5B. RGB value is (172,89,91). Sum of RGB (Red+Green+Blue) = 172+89+91=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC595B is #53A6A4. Grayscale: #727272. Windows color (decimal): -5482149 or 5986732. OLE color: 5986732.

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

Color convert

RGB1728991-
CMYK00.480.470.33
HSL358.55º33.33%51.18%-
HSV(B)358.55º48.26%67.45%-
XYZ22.4716.6711.93-
YUV114.04115169.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=48.86%
G=25.28%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172899100.480.470.33358.5533.3351.18
HexAC595B0302F211672133
Octal25413113306057415474163
Binary10101100101100110110110110000101111100001101100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC595B; }

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

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

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

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

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

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

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

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