#AC1554

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

Shades of Jazzberry Jam #AC1554

Tints of Jazzberry Jam #AC1554

Color information

#AC1554 (or 0xAC1554) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 15 and 54. RGB value is (172,21,84). Sum of RGB (Red+Green+Blue) = 172+21+84=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1554 is #53EAAB. Grayscale: #494949. Windows color (decimal): -5499564 or 5510572. OLE color: 5510572.

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

Color convert

RGB1722184-
CMYK00.880.510.33
HSL334.97º78.24%37.84%-
HSV(B)334.97º87.79%67.45%-
XYZ18.889.959.31-
YUV73.33134.03198.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.09%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=62.09%
G=7.58%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172218400.880.510.33334.9778.2437.84
HexAC1554058332114f4e26
Octal254251240130634151711646
Binary10101100101011010100010110001100111000011010011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1554; }

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

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

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

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

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

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

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

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