#A61556

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

Shades of Jazzberry Jam #A61556

Tints of Jazzberry Jam #A61556

Color information

#A61556 (or 0xA61556) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 15 and 56. RGB value is (166,21,86). Sum of RGB (Red+Green+Blue) = 166+21+86=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A61556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61556 is #59EAA9. Grayscale: #474747. Windows color (decimal): -5892778 or 5641638. OLE color: 5641638.

HSL color Cylindrical-coordinate representation of color #A61556: hue angle of 333.1º degrees, saturation: 0.78, 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 #A61556 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1662186-
CMYK00.870.480.35
HSL333.1º77.54%36.67%-
HSV(B)333.1º87.35%65.1%-
XYZ17.679.329.67-
YUV71.76136.04195.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.81%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=60.81%
G=7.69%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166218600.870.480.35333.177.5436.67
HexA61556057302314d4e25
Octal246251260127604351511645
Binary10100110101011010110010101111100001000111010011011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61556; }

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

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

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

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

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

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

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

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