#AC1757

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

Shades of Jazzberry Jam #AC1757

Tints of Jazzberry Jam #AC1757

Color information

#AC1757 (or 0xAC1757) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 17 and 57. RGB value is (172,23,87). Sum of RGB (Red+Green+Blue) = 172+23+87=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1757 is #53E8A8. Grayscale: #4A4A4A. Windows color (decimal): -5499049 or 5707692. OLE color: 5707692.

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

Color convert

RGB1722387-
CMYK00.870.490.33
HSL334.23º76.41%38.24%-
HSV(B)334.23º86.63%67.45%-
XYZ19.0410.079.96-
YUV74.85134.86197.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.99%
GREEN value IS 23 (9.38% from 255) = 8.16%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=60.99%
G=8.16%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172238700.870.490.33334.2376.4138.24
HexAC1757057312114e4c26
Octal254271270127614151611446
Binary10101100101111010111010101111100011000011010011101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1757; }

 p { color: rgb(172,23,87); }

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

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

 a { background-color: rgb(172,23,87); }

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

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

 span { border-color: rgb(172,23,87); }

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