#A6186B

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

Shades of Jazzberry Jam #A6186B

Tints of Jazzberry Jam #A6186B

Color information

#A6186B (or 0xA6186B) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 18 and 6B. RGB value is (166,24,107). Sum of RGB (Red+Green+Blue) = 166+24+107=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6186B is #59E794. Grayscale: #4B4B4B. Windows color (decimal): -5891989 or 7018662. OLE color: 7018662.

HSL color Cylindrical-coordinate representation of color #A6186B: hue angle of 324.93º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6186B is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16624107-
CMYK00.860.360.35
HSL324.93º74.74%37.25%-
HSV(B)324.93º85.54%65.1%-
XYZ18.719.8214.82-
YUV75.92145.54192.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=55.89%
G=8.08%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662410700.860.360.35324.9374.7437.25
HexA6186B05624231454b25
Octal246301530126444350511345
Binary10100110110001101011010101101001001000111010001011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6186B; }

 p { color: rgb(166,24,107); }

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

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

 a { background-color: rgb(166,24,107); }

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

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

 span { border-color: rgb(166,24,107); }

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