#AC5A5C

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

Shades of Hippie Pink #AC5A5C

Tints of Hippie Pink #AC5A5C

Color information

#AC5A5C (or 0xAC5A5C) is unknown color: approx Hippie Pink. HEX triplet: AC, 5A and 5C. RGB value is (172,90,92). Sum of RGB (Red+Green+Blue) = 172+90+92=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A5C is #53A5A3. Grayscale: #727272. Windows color (decimal): -5481892 or 6052524. OLE color: 6052524.

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

Color convert

RGB1729092-
CMYK00.480.470.33
HSL358.54º33.06%51.37%-
HSV(B)358.54º47.67%67.45%-
XYZ22.616.8612.19-
YUV114.75115.17168.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=48.59%
G=25.42%
B=25.99%

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
Decimal172909200.480.470.33358.5433.0651.37
HexAC5A5C0302F211672133
Octal25413213406057415474163
Binary10101100101101010111000110000101111100001101100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A5C; }

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

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

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

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

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

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

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

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