#AC515A

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

Shades of Hippie Pink #AC515A

Tints of Hippie Pink #AC515A

Color information

#AC515A (or 0xAC515A) is unknown color: approx Hippie Pink. HEX triplet: AC, 51 and 5A. RGB value is (172,81,90). Sum of RGB (Red+Green+Blue) = 172+81+90=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC515A is #53AEA5. Grayscale: #6D6D6D. Windows color (decimal): -5484198 or 5919148. OLE color: 5919148.

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

Color convert

RGB1728190-
CMYK00.530.480.33
HSL354.07º35.97%49.61%-
HSV(B)354.07º52.91%67.45%-
XYZ21.815.3911.5-
YUV109.24117.15172.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=50.15%
G=23.62%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172819000.530.480.33354.0735.9749.61
HexAC515A03530211622432
Octal25412113206560415424462
Binary10101100101000110110100110101110000100001101100010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC515A; }

 p { color: rgb(172,81,90); }

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

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

 a { background-color: rgb(172,81,90); }

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

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

 span { border-color: rgb(172,81,90); }

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