#A6064A

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

Shades of Jazzberry Jam #A6064A

Tints of Jazzberry Jam #A6064A

Color information

#A6064A (or 0xA6064A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 06 and 4A. RGB value is (166,6,74). Sum of RGB (Red+Green+Blue) = 166+6+74=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6064A is #59F9B5. Grayscale: #3D3D3D. Windows color (decimal): -5896630 or 4851366. OLE color: 4851366.

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

Color convert

RGB166674-
CMYK00.960.550.35
HSL334.5º93.02%33.73%-
HSV(B)334.5º96.39%65.1%-
XYZ17.038.737.27-
YUV61.59135.01202.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.48%
GREEN value IS 6 (2.73% from 255) = 2.44%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=67.48%
G=2.44%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16667400.960.550.35334.593.0233.73
HexA664A060372314e5d22
Octal24661120140674351613542
Binary101001101101001010011000001101111000111010011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6064A; }

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

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

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

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

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

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

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

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