#AA1747

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

Shades of Jazzberry Jam #AA1747

Tints of Jazzberry Jam #AA1747

Color information

#AA1747 (or 0xAA1747) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 17 and 47. RGB value is (170,23,71). Sum of RGB (Red+Green+Blue) = 170+23+71=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1747 is #55E8B8. Grayscale: #484848. Windows color (decimal): -5630137 or 4659114. OLE color: 4659114.

HSL color Cylindrical-coordinate representation of color #AA1747: hue angle of 340.41º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1747 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1702371-
CMYK00.860.580.33
HSL340.41º76.17%37.84%-
HSV(B)340.41º86.47%66.67%-
XYZ18.029.616.87-
YUV72.42127.2197.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=64.39%
G=8.71%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170237100.860.580.33340.4176.1737.84
HexAA17470563A211544c26
Octal252271070126724152411446
Binary10101010101111000111010101101110101000011010101001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1747; }

 p { color: rgb(170,23,71); }

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

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

 a { background-color: rgb(170,23,71); }

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

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

 span { border-color: rgb(170,23,71); }

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