#A71656

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

Shades of Jazzberry Jam #A71656

Tints of Jazzberry Jam #A71656

Color information

#A71656 (or 0xA71656) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 16 and 56. RGB value is (167,22,86). Sum of RGB (Red+Green+Blue) = 167+22+86=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A71656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71656 is #58E9A9. Grayscale: #484848. Windows color (decimal): -5826986 or 5641895. OLE color: 5641895.

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

Color convert

RGB1672286-
CMYK00.870.490.35
HSL333.52º76.72%37.06%-
HSV(B)333.52º86.83%65.49%-
XYZ17.99.469.69-
YUV72.65135.54195.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.73%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=60.73%
G=8%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167228600.870.490.35333.5276.7237.06
HexA71656057312314e4d25
Octal247261260127614351611545
Binary10100111101101010110010101111100011000111010011101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71656; }

 p { color: rgb(167,22,86); }

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

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

 a { background-color: rgb(167,22,86); }

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

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

 span { border-color: rgb(167,22,86); }

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