#AC1053

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

Shades of Jazzberry Jam #AC1053

Tints of Jazzberry Jam #AC1053

Color information

#AC1053 (or 0xAC1053) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 10 and 53. RGB value is (172,16,83). Sum of RGB (Red+Green+Blue) = 172+16+83=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1053 is #53EFAC. Grayscale: #464646. Windows color (decimal): -5500845 or 5443756. OLE color: 5443756.

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

Color convert

RGB1721683-
CMYK00.910.520.33
HSL334.23º82.98%36.86%-
HSV(B)334.23º90.7%67.45%-
XYZ18.769.779.08-
YUV70.28135.18200.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.47%
GREEN value IS 16 (6.64% from 255) = 5.90%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=63.47%
G=5.90%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172168300.910.520.33334.2382.9836.86
HexAC105305B342114e5325
Octal254201230133644151612345
Binary10101100100001010011010110111101001000011010011101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1053; }

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

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

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

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

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

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

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

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