#AC585E

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

Shades of Hippie Pink #AC585E

Tints of Hippie Pink #AC585E

Color information

#AC585E (or 0xAC585E) is unknown color: approx Hippie Pink. HEX triplet: AC, 58 and 5E. RGB value is (172,88,94). Sum of RGB (Red+Green+Blue) = 172+88+94=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC585E is #53A7A1. Grayscale: #717171. Windows color (decimal): -5482402 or 6183084. OLE color: 6183084.

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

Color convert

RGB1728894-
CMYK00.490.450.33
HSL355.71º33.6%50.98%-
HSV(B)355.71º48.84%67.45%-
XYZ22.5216.5612.6-
YUV113.8116.83169.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=48.59%
G=24.86%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172889400.490.450.33355.7133.650.98
HexAC585E0312D211642233
Octal25413013606155415444263
Binary10101100101100010111100110001101101100001101100100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC585E; }

 p { color: rgb(172,88,94); }

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

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

 a { background-color: rgb(172,88,94); }

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

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

 span { border-color: rgb(172,88,94); }

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