#A60956

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

Shades of Jazzberry Jam #A60956

Tints of Jazzberry Jam #A60956

Color information

#A60956 (or 0xA60956) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 09 and 56. RGB value is (166,9,86). Sum of RGB (Red+Green+Blue) = 166+9+86=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A60956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60956 is #59F6A9. Grayscale: #404040. Windows color (decimal): -5895850 or 5638566. OLE color: 5638566.

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

Color convert

RGB166986-
CMYK00.950.480.35
HSL330.57º89.71%34.31%-
HSV(B)330.57º94.58%65.1%-
XYZ17.58.979.61-
YUV64.72140.01200.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.60%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=63.60%
G=3.45%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16698600.950.480.35330.5789.7134.31
HexA695605F302314b5a22
Octal246111260137604351313242
Binary1010011010011010110010111111100001000111010010111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60956; }

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

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

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

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

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

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

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

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