#AC1849

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

Shades of Jazzberry Jam #AC1849

Tints of Jazzberry Jam #AC1849

Color information

#AC1849 (or 0xAC1849) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 18 and 49. RGB value is (172,24,73). Sum of RGB (Red+Green+Blue) = 172+24+73=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1849 is #53E7B6. Grayscale: #494949. Windows color (decimal): -5498807 or 4790444. OLE color: 4790444.

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

Color convert

RGB1722473-
CMYK00.860.580.33
HSL340.14º75.51%38.43%-
HSV(B)340.14º86.05%67.45%-
XYZ18.549.97.24-
YUV73.84127.53198.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.94%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=63.94%
G=8.92%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172247300.860.580.33340.1475.5138.43
HexAC18490563A211544c26
Octal254301110126724152411446
Binary10101100110001001001010101101110101000011010101001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1849; }

 p { color: rgb(172,24,73); }

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

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

 a { background-color: rgb(172,24,73); }

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

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

 span { border-color: rgb(172,24,73); }

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