#A9176F

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

Shades of Jazzberry Jam #A9176F

Tints of Jazzberry Jam #A9176F

Color information

#A9176F (or 0xA9176F) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 17 and 6F. RGB value is (169,23,111). Sum of RGB (Red+Green+Blue) = 169+23+111=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A9176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9176F is #56E890. Grayscale: #4C4C4C. Windows color (decimal): -5695633 or 7280553. OLE color: 7280553.

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

Color convert

RGB16923111-
CMYK00.860.340.34
HSL323.84º76.04%37.65%-
HSV(B)323.84º86.39%66.27%-
XYZ19.5410.215.98-
YUV76.69147.37193.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 23 (9.38% from 255) = 7.59%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=55.78%
G=7.59%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692311100.860.340.34323.8476.0437.65
HexA9176F05622221444c26
Octal251271570126424250411446
Binary10101001101111101111010101101000101000101010001001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9176F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9176F; }

 p { color: rgb(169,23,111); }

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

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

 a { background-color: rgb(169,23,111); }

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

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

 span { border-color: rgb(169,23,111); }

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