#A60666

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

Shades of Jazzberry Jam #A60666

Tints of Jazzberry Jam #A60666

Color information

#A60666 (or 0xA60666) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 06 and 66. RGB value is (166,6,102). Sum of RGB (Red+Green+Blue) = 166+6+102=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A60666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60666 is #59F999. Grayscale: #404040. Windows color (decimal): -5896602 or 6686374. OLE color: 6686374.

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

Color convert

RGB1666102-
CMYK00.960.390.35
HSL324º93.02%33.73%-
HSV(B)324º96.39%65.1%-
XYZ18.199.213.39-
YUV64.78149.01200.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.58%
GREEN value IS 6 (2.73% from 255) = 2.19%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=60.58%
G=2.19%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166610200.960.390.3532493.0233.73
HexA666606027231445d22
Octal24661460140474350413542
Binary101001101101100110011000001001111000111010001001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60666; }

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

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

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

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

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

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

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

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