#A6164D

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

Shades of Jazzberry Jam #A6164D

Tints of Jazzberry Jam #A6164D

Color information

#A6164D (or 0xA6164D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 16 and 4D. RGB value is (166,22,77). Sum of RGB (Red+Green+Blue) = 166+22+77=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6164D is #59E9B2. Grayscale: #474747. Windows color (decimal): -5892531 or 5052070. OLE color: 5052070.

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

Color convert

RGB1662277-
CMYK00.870.540.35
HSL337.08º76.6%36.86%-
HSV(B)337.08º86.75%65.1%-
XYZ17.359.227.89-
YUV71.33131.21195.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=62.64%
G=8.30%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166227700.870.540.35337.0876.636.86
HexA6164D05736231514d25
Octal246261150127664352111545
Binary10100110101101001101010101111101101000111010100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6164D; }

 p { color: rgb(166,22,77); }

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

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

 a { background-color: rgb(166,22,77); }

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

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

 span { border-color: rgb(166,22,77); }

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