#A9186D

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

Shades of Jazzberry Jam #A9186D

Tints of Jazzberry Jam #A9186D

Color information

#A9186D (or 0xA9186D) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 18 and 6D. RGB value is (169,24,109). Sum of RGB (Red+Green+Blue) = 169+24+109=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A9186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9186D is #56E792. Grayscale: #4C4C4C. Windows color (decimal): -5695379 or 7149737. OLE color: 7149737.

HSL color Cylindrical-coordinate representation of color #A9186D: hue angle of 324.83º 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 #A9186D is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16924109-
CMYK00.860.360.34
HSL324.83º75.13%37.84%-
HSV(B)324.83º85.8%66.27%-
XYZ19.4510.1915.41-
YUV77.04146.04193.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 24 (9.77% from 255) = 7.95%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=55.96%
G=7.95%
B=36.09%

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
Decimal1692410900.860.360.34324.8375.1337.84
HexA9186D05624221454b26
Octal251301550126444250511346
Binary10101001110001101101010101101001001000101010001011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9186D; }

 p { color: rgb(169,24,109); }

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

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

 a { background-color: rgb(169,24,109); }

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

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

 span { border-color: rgb(169,24,109); }

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