#AC1553

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

Shades of Jazzberry Jam #AC1553

Tints of Jazzberry Jam #AC1553

Color information

#AC1553 (or 0xAC1553) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 15 and 53. RGB value is (172,21,83). Sum of RGB (Red+Green+Blue) = 172+21+83=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1553 is #53EAAC. Grayscale: #494949. Windows color (decimal): -5499565 or 5445036. OLE color: 5445036.

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

Color convert

RGB1722183-
CMYK00.880.520.33
HSL335.36º78.24%37.84%-
HSV(B)335.36º87.79%67.45%-
XYZ18.849.939.11-
YUV73.22133.53198.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=62.32%
G=7.61%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172218300.880.520.33335.3678.2437.84
HexAC1553058342114f4e26
Octal254251230130644151711646
Binary10101100101011010011010110001101001000011010011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1553; }

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

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

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

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

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

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

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

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