#AC0760

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

Shades of Jazzberry Jam #AC0760

Tints of Jazzberry Jam #AC0760

Color information

#AC0760 (or 0xAC0760) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 07 and 60. RGB value is (172,7,96). Sum of RGB (Red+Green+Blue) = 172+7+96=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0760 is #53F89F. Grayscale: #424242. Windows color (decimal): -5503136 or 6293420. OLE color: 6293420.

HSL color Cylindrical-coordinate representation of color #AC0760: hue angle of 327.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0760 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB172796-
CMYK00.960.440.33
HSL327.64º92.18%35.1%-
HSV(B)327.64º95.93%67.45%-
XYZ19.29.7711.94-
YUV66.48144.66203.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=62.55%
G=2.55%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17279600.960.440.33327.6492.1835.1
HexAC7600602C211485c23
Octal25471400140544151013443
Binary101011001111100000011000001011001000011010010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0760; }

 p { color: rgb(172,7,96); }

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

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

 a { background-color: rgb(172,7,96); }

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

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

 span { border-color: rgb(172,7,96); }

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