#AC154E

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

Shades of Jazzberry Jam #AC154E

Tints of Jazzberry Jam #AC154E

Color information

#AC154E (or 0xAC154E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 15 and 4E. RGB value is (172,21,78). Sum of RGB (Red+Green+Blue) = 172+21+78=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC154E is #53EAB1. Grayscale: #484848. Windows color (decimal): -5499570 or 5117356. OLE color: 5117356.

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

Color convert

RGB1722178-
CMYK00.880.550.33
HSL337.35º78.24%37.84%-
HSV(B)337.35º87.79%67.45%-
XYZ18.669.868.13-
YUV72.65131.03198.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.47%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=63.47%
G=7.75%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172217800.880.550.33337.3578.2437.84
HexAC154E05837211514e26
Octal254251160130674152111646
Binary10101100101011001110010110001101111000011010100011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC154E; }

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

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

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

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

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

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

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

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