#AC155F

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

Shades of Jazzberry Jam #AC155F

Tints of Jazzberry Jam #AC155F

Color information

#AC155F (or 0xAC155F) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 15 and 5F. RGB value is (172,21,95). Sum of RGB (Red+Green+Blue) = 172+21+95=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC155F is #53EAA0. Grayscale: #4A4A4A. Windows color (decimal): -5499553 or 6231468. OLE color: 6231468.

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

Color convert

RGB1722195-
CMYK00.880.450.33
HSL330.6º78.24%37.84%-
HSV(B)330.6º87.79%67.45%-
XYZ19.3510.1311.76-
YUV74.58139.53197.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.72%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=59.72%
G=7.29%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172219500.880.450.33330.678.2437.84
HexAC155F0582D2114b4e26
Octal254251370130554151311646
Binary10101100101011011111010110001011011000011010010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC155F; }

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

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

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

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

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

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

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

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