Html Css Color HEX #AA1749 Jazzberry Jam

📋 copy color: '#AA1749'

red 170 ◦ green 23 ◦ blue 73

#AA1749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AA1749

Tints of Jazzberry Jam #AA1749

RGB

 RED value IS 170 (66.8% from 255) = 63.91%

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 63.91%
G = 8.65%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA1749 (or 0xAA1749) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 49. RGB value is (170,23,73). Sum of RGB (Red+Green+Blue) = 170+23+73=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1749 is #55E8B6. Grayscale: #484848. Windows color (decimal): -5630135 or 4790186. OLE color: 4790186.

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

Color convert

RGB 170 23 73 -
CMYK 0 0.86 0.57 0.33
HSL 339.59º 0.76% 0.38% -
HSV(B) 339.59º 0.86% 0.67% -
XYZ 18.09 9.64 7.21 -
YUV 72.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 170 23 73 0 0.86 0.57 0.33 339.59 0.76 0.38
Hex AA 17 49 0 56 39 21 154 4C 26
Octal 252 27 111 0 126 71 41 524 114 46
Binary 10101010 10111 1001001 0 1010110 111001 100001 101010100 1001100 100110

Color Harmonies of #AA1749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1749

Black with #AA1749

Text Example


Text Example

White with #AA1749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1749; }

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

 H1.HeaderClassName
 {
   color: #AA1749;
 }
 .AnyTagClassName
 {
   color: #AA1749;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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