#AC5253

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

Shades of Hippie Pink #AC5253

Tints of Hippie Pink #AC5253

Color information

#AC5253 (or 0xAC5253) is unknown color: approx Hippie Pink. HEX triplet: AC, 52 and 53. RGB value is (172,82,83). Sum of RGB (Red+Green+Blue) = 172+82+83=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5253 is #53ADAC. Grayscale: #6D6D6D. Windows color (decimal): -5483949 or 5460652. OLE color: 5460652.

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

Color convert

RGB1728283-
CMYK00.520.520.33
HSL359.33º35.43%49.8%-
HSV(B)359.33º52.33%67.45%-
XYZ21.5915.4310.02-
YUV109.02113.32172.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=51.04%
G=24.33%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172828300.520.520.33359.3335.4349.8
HexAC525303434211672332
Octal25412212306464415474362
Binary10101100101001010100110110100110100100001101100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5253; }

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

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

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

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

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

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

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

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