#A60B46

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

Shades of Jazzberry Jam #A60B46

Tints of Jazzberry Jam #A60B46

Color information

#A60B46 (or 0xA60B46) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0B and 46. RGB value is (166,11,70). Sum of RGB (Red+Green+Blue) = 166+11+70=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B46 is #59F4B9. Grayscale: #3F3F3F. Windows color (decimal): -5895354 or 4590502. OLE color: 4590502.

HSL color Cylindrical-coordinate representation of color #A60B46: hue angle of 337.16º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60B46 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1661170-
CMYK00.930.580.35
HSL337.16º87.57%34.71%-
HSV(B)337.16º93.37%65.1%-
XYZ16.958.796.6-
YUV64.07131.35200.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.21%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=67.21%
G=4.45%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166117000.930.580.35337.1687.5734.71
HexA6B4605D3A231515823
Octal246131060135724352113043
Binary1010011010111000110010111011110101000111010100011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B46; }

 p { color: rgb(166,11,70); }

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

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

 a { background-color: rgb(166,11,70); }

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

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

 span { border-color: rgb(166,11,70); }

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