#A9196A

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

Shades of Jazzberry Jam #A9196A

Tints of Jazzberry Jam #A9196A

Color information

#A9196A (or 0xA9196A) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 19 and 6A. RGB value is (169,25,106). Sum of RGB (Red+Green+Blue) = 169+25+106=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A9196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9196A is #56E695. Grayscale: #4D4D4D. Windows color (decimal): -5695126 or 6953385. OLE color: 6953385.

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

Color convert

RGB16925106-
CMYK00.850.370.34
HSL326.25º74.23%38.04%-
HSV(B)326.25º85.21%66.27%-
XYZ19.3110.1714.58-
YUV77.29144.21193.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 25 (10.16% from 255) = 8.33%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=56.33%
G=8.33%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692510600.850.370.34326.2574.2338.04
HexA9196A05525221464a26
Octal251311520125454250611246
Binary10101001110011101010010101011001011000101010001101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9196A; }

 p { color: rgb(169,25,106); }

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

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

 a { background-color: rgb(169,25,106); }

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

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

 span { border-color: rgb(169,25,106); }

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