#AC155A

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

Shades of Jazzberry Jam #AC155A

Tints of Jazzberry Jam #AC155A

Color information

#AC155A (or 0xAC155A) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 15 and 5A. RGB value is (172,21,90). Sum of RGB (Red+Green+Blue) = 172+21+90=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC155A is #53EAA5. Grayscale: #494949. Windows color (decimal): -5499558 or 5903788. OLE color: 5903788.

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

Color convert

RGB1722190-
CMYK00.880.480.33
HSL332.58º78.24%37.84%-
HSV(B)332.58º87.79%67.45%-
XYZ19.1310.0510.6-
YUV74.02137.03197.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.78%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=60.78%
G=7.42%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172219000.880.480.33332.5878.2437.84
HexAC155A058302114d4e26
Octal254251320130604151511646
Binary10101100101011011010010110001100001000011010011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC155A; }

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

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

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

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

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

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

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

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