#AC535D

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

Shades of Hippie Pink #AC535D

Tints of Hippie Pink #AC535D

Color information

#AC535D (or 0xAC535D) is unknown color: approx Hippie Pink. HEX triplet: AC, 53 and 5D. RGB value is (172,83,93). Sum of RGB (Red+Green+Blue) = 172+83+93=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC535D is #53ACA2. Grayscale: #6E6E6E. Windows color (decimal): -5483683 or 6116268. OLE color: 6116268.

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

Color convert

RGB1728393-
CMYK00.520.460.33
HSL353.26º34.9%50%-
HSV(B)353.26º51.74%67.45%-
XYZ22.0815.7512.23-
YUV110.75117.99171.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=49.43%
G=23.85%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172839300.520.460.33353.2634.950
HexAC535D0342E211612332
Octal25412313506456415414362
Binary10101100101001110111010110100101110100001101100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC535D; }

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

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

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

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

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

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

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

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