#A71760

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

Shades of Jazzberry Jam #A71760

Tints of Jazzberry Jam #A71760

Color information

#A71760 (or 0xA71760) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 17 and 60. RGB value is (167,23,96). Sum of RGB (Red+Green+Blue) = 167+23+96=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A71760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71760 is #58E89F. Grayscale: #4A4A4A. Windows color (decimal): -5826720 or 6297511. OLE color: 6297511.

HSL color Cylindrical-coordinate representation of color #A71760: hue angle of 329.58º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71760 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1672396-
CMYK00.860.430.35
HSL329.58º75.79%37.25%-
HSV(B)329.58º86.23%65.49%-
XYZ18.359.6711.97-
YUV74.38140.21194.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.39%
GREEN value IS 23 (9.38% from 255) = 8.04%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=58.39%
G=8.04%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167239600.860.430.35329.5875.7937.25
HexA717600562B2314a4c25
Octal247271400126534351211445
Binary10100111101111100000010101101010111000111010010101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71760; }

 p { color: rgb(167,23,96); }

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

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

 a { background-color: rgb(167,23,96); }

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

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

 span { border-color: rgb(167,23,96); }

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