#A61667

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

Shades of Jazzberry Jam #A61667

Tints of Jazzberry Jam #A61667

Color information

#A61667 (or 0xA61667) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 16 and 67. RGB value is (166,22,103). Sum of RGB (Red+Green+Blue) = 166+22+103=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A61667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61667 is #59E998. Grayscale: #4A4A4A. Windows color (decimal): -5892505 or 6756006. OLE color: 6756006.

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

Color convert

RGB16622103-
CMYK00.870.380.35
HSL326.25º76.6%36.86%-
HSV(B)326.25º86.75%65.1%-
XYZ18.469.6613.72-
YUV74.29144.21193.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.04%
GREEN value IS 22 (8.98% from 255) = 7.56%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=57.04%
G=7.56%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662210300.870.380.35326.2576.636.86
HexA6166705726231464d25
Octal246261470127464350611545
Binary10100110101101100111010101111001101000111010001101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61667; }

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

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

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

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

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

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

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

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