#AC485B

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

Shades of Hippie Pink #AC485B

Tints of Hippie Pink #AC485B

Color information

#AC485B (or 0xAC485B) is unknown color: approx Hippie Pink. HEX triplet: AC, 48 and 5B. RGB value is (172,72,91). Sum of RGB (Red+Green+Blue) = 172+72+91=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC485B is #53B7A4. Grayscale: #686868. Windows color (decimal): -5486501 or 5982380. OLE color: 5982380.

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

Color convert

RGB1727291-
CMYK00.580.470.33
HSL348.6º40.98%47.84%-
HSV(B)348.6º58.14%67.45%-
XYZ21.2214.1611.51-
YUV104.07120.63176.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=51.34%
G=21.49%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172729100.580.470.33348.640.9847.84
HexAC485B03A2F2115d2930
Octal25411013307257415355160
Binary10101100100100010110110111010101111100001101011101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC485B; }

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

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

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

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

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

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

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

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