#AC535C

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

Shades of Hippie Pink #AC535C

Tints of Hippie Pink #AC535C

Color information

#AC535C (or 0xAC535C) is unknown color: approx Hippie Pink. HEX triplet: AC, 53 and 5C. RGB value is (172,83,92). Sum of RGB (Red+Green+Blue) = 172+83+92=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC535C is #53ACA3. Grayscale: #6E6E6E. Windows color (decimal): -5483684 or 6050732. OLE color: 6050732.

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

Color convert

RGB1728392-
CMYK00.520.470.33
HSL353.93º34.9%50%-
HSV(B)353.93º51.74%67.45%-
XYZ22.0415.7312-
YUV110.64117.49171.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=49.57%
G=23.92%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172839200.520.470.33353.9334.950
HexAC535C0342F211622332
Octal25412313406457415424362
Binary10101100101001110111000110100101111100001101100010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC535C; }

 p { color: rgb(172,83,92); }

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

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

 a { background-color: rgb(172,83,92); }

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

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

 span { border-color: rgb(172,83,92); }

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