#AC5A5B

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

Shades of Hippie Pink #AC5A5B

Tints of Hippie Pink #AC5A5B

Color information

#AC5A5B (or 0xAC5A5B) is unknown color: approx Hippie Pink. HEX triplet: AC, 5A and 5B. RGB value is (172,90,91). Sum of RGB (Red+Green+Blue) = 172+90+91=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A5B is #53A5A4. Grayscale: #727272. Windows color (decimal): -5481893 or 5986988. OLE color: 5986988.

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

Color convert

RGB1729091-
CMYK00.480.470.33
HSL359.27º33.06%51.37%-
HSV(B)359.27º47.67%67.45%-
XYZ22.5616.8411.96-
YUV114.63114.67168.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=48.73%
G=25.50%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172909100.480.470.33359.2733.0651.37
HexAC5A5B0302F211672133
Octal25413213306057415474163
Binary10101100101101010110110110000101111100001101100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A5B; }

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

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

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

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

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

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

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

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