#A8186B

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

Shades of Jazzberry Jam #A8186B

Tints of Jazzberry Jam #A8186B

Color information

#A8186B (or 0xA8186B) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 18 and 6B. RGB value is (168,24,107). Sum of RGB (Red+Green+Blue) = 168+24+107=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A8186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8186B is #57E794. Grayscale: #4C4C4C. Windows color (decimal): -5760917 or 7018664. OLE color: 7018664.

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

Color convert

RGB16824107-
CMYK00.860.360.34
HSL325.42º75%37.65%-
HSV(B)325.42º85.71%65.88%-
XYZ19.1310.0414.84-
YUV76.52145.21193.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.19%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=56.19%
G=8.03%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682410700.860.360.34325.427537.65
HexA8186B05624221454b26
Octal250301530126444250511346
Binary10101000110001101011010101101001001000101010001011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8186B; }

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

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

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

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

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

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

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

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