#AC415A

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

Shades of Hippie Pink #AC415A

Tints of Hippie Pink #AC415A

Color information

#AC415A (or 0xAC415A) is unknown color: approx Hippie Pink. HEX triplet: AC, 41 and 5A. RGB value is (172,65,90). Sum of RGB (Red+Green+Blue) = 172+65+90=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415A is #53BEA5. Grayscale: #636363. Windows color (decimal): -5488294 or 5915052. OLE color: 5915052.

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

Color convert

RGB1726590-
CMYK00.620.480.33
HSL345.98º45.15%46.47%-
HSV(B)345.98º62.21%67.45%-
XYZ20.7513.2911.14-
YUV99.84122.45179.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=52.60%
G=19.88%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172659000.620.480.33345.9845.1546.47
HexAC415A03E302115a2d2e
Octal25410113207660415325556
Binary10101100100000110110100111110110000100001101011010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC415A; }

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

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

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

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

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

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

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

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