#AC595D

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

Shades of Hippie Pink #AC595D

Tints of Hippie Pink #AC595D

Color information

#AC595D (or 0xAC595D) is unknown color: approx Hippie Pink. HEX triplet: AC, 59 and 5D. RGB value is (172,89,93). Sum of RGB (Red+Green+Blue) = 172+89+93=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC595D is #53A6A2. Grayscale: #727272. Windows color (decimal): -5482147 or 6117804. OLE color: 6117804.

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

Color convert

RGB1728993-
CMYK00.480.460.33
HSL357.11º33.33%51.18%-
HSV(B)357.11º48.26%67.45%-
XYZ22.5616.7112.39-
YUV114.27116169.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=48.59%
G=25.14%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172899300.480.460.33357.1133.3351.18
HexAC595D0302E211652133
Octal25413113506056415454163
Binary10101100101100110111010110000101110100001101100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC595D; }

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

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

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

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

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

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

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

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