#AC155B

Color #AC155B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AC155B

Tints of Jazzberry Jam #AC155B

Color information

#AC155B (or 0xAC155B) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 15 and 5B. RGB value is (172,21,91). Sum of RGB (Red+Green+Blue) = 172+21+91=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC155B is #53EAA4. Grayscale: #4A4A4A. Windows color (decimal): -5499557 or 5969324. OLE color: 5969324.

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

Color convert

RGB1722191-
CMYK00.880.470.33
HSL332.19º78.24%37.84%-
HSV(B)332.19º87.79%67.45%-
XYZ19.1710.0610.83-
YUV74.13137.53197.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.56%
GREEN value IS 21 (8.59% from 255) = 7.39%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=60.56%
G=7.39%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172219100.880.470.33332.1978.2437.84
HexAC155B0582F2114c4e26
Octal254251330130574151411646
Binary10101100101011011011010110001011111000011010011001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC155B; }

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

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

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

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

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

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

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

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