#A60656

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

Shades of Jazzberry Jam #A60656

Tints of Jazzberry Jam #A60656

Color information

#A60656 (or 0xA60656) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 06 and 56. RGB value is (166,6,86). Sum of RGB (Red+Green+Blue) = 166+6+86=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A60656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60656 is #59F9A9. Grayscale: #3E3E3E. Windows color (decimal): -5896618 or 5637798. OLE color: 5637798.

HSL color Cylindrical-coordinate representation of color #A60656: hue angle of 330º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60656 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB166686-
CMYK00.960.480.35
HSL330º93.02%33.73%-
HSV(B)330º96.39%65.1%-
XYZ17.478.919.6-
YUV62.96141.01201.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.34%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=64.34%
G=2.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16668600.960.480.3533093.0233.73
HexA6656060302314a5d22
Octal24661260140604351213542
Binary101001101101010110011000001100001000111010010101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60656; }

 p { color: rgb(166,6,86); }

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

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

 a { background-color: rgb(166,6,86); }

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

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

 span { border-color: rgb(166,6,86); }

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