#AC5A5D

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

Shades of Hippie Pink #AC5A5D

Tints of Hippie Pink #AC5A5D

Color information

#AC5A5D (or 0xAC5A5D) is unknown color: approx Hippie Pink. HEX triplet: AC, 5A and 5D. RGB value is (172,90,93). Sum of RGB (Red+Green+Blue) = 172+90+93=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A5D is #53A5A2. Grayscale: #727272. Windows color (decimal): -5481891 or 6118060. OLE color: 6118060.

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

Color convert

RGB1729093-
CMYK00.480.460.33
HSL357.8º33.06%51.37%-
HSV(B)357.8º47.67%67.45%-
XYZ22.6516.8712.42-
YUV114.86115.67168.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=48.45%
G=25.35%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172909300.480.460.33357.833.0651.37
HexAC5A5D0302E211662133
Octal25413213506056415464163
Binary10101100101101010111010110000101110100001101100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A5D; }

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

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

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

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

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

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

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

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