#AC5053

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

Shades of Hippie Pink #AC5053

Tints of Hippie Pink #AC5053

Color information

#AC5053 (or 0xAC5053) is unknown color: approx Hippie Pink. HEX triplet: AC, 50 and 53. RGB value is (172,80,83). Sum of RGB (Red+Green+Blue) = 172+80+83=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5053 is #53AFAC. Grayscale: #6B6B6B. Windows color (decimal): -5484461 or 5460140. OLE color: 5460140.

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

Color convert

RGB1728083-
CMYK00.530.520.33
HSL358.04º36.51%49.41%-
HSV(B)358.04º53.49%67.45%-
XYZ21.4415.139.97-
YUV107.85113.98173.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=51.34%
G=23.88%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172808300.530.520.33358.0436.5149.41
HexAC505303534211662531
Octal25412012306564415464561
Binary10101100101000010100110110101110100100001101100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5053; }

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

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

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

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

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

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

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

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