#AA0349

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

Shades of Jazzberry Jam #AA0349

Tints of Jazzberry Jam #AA0349

Color information

#AA0349 (or 0xAA0349) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 03 and 49. RGB value is (170,3,73). Sum of RGB (Red+Green+Blue) = 170+3+73=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0349 is #55FCB6. Grayscale: #3C3C3C. Windows color (decimal): -5635255 or 4785066. OLE color: 4785066.

HSL color Cylindrical-coordinate representation of color #AA0349: hue angle of 334.85º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0349 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB170373-
CMYK00.980.570.33
HSL334.85º96.53%33.92%-
HSV(B)334.85º98.24%66.67%-
XYZ17.819.097.12-
YUV60.91134.83205.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.11%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=69.11%
G=1.22%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17037300.980.570.33334.8596.5333.92
HexAA349062392114f6122
Octal25231110142714151714142
Binary10101010111001001011000101110011000011010011111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0349; }

 p { color: rgb(170,3,73); }

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

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

 a { background-color: rgb(170,3,73); }

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

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

 span { border-color: rgb(170,3,73); }

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