Html Css Color HEX #AA1146 Jazzberry Jam

📋 copy color: '#AA1146'

red 170 ◦ green 17 ◦ blue 70

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

Shades of Jazzberry Jam #AA1146

Tints of Jazzberry Jam #AA1146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 66.15%
G = 6.61%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA1146 (or 0xAA1146) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 46. RGB value is (170,17,70). Sum of RGB (Red+Green+Blue) = 170+17+70=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1146 is #55EEB9. Grayscale: #444444. Windows color (decimal): -5631674 or 4592042. OLE color: 4592042.

HSL color Cylindrical-coordinate representation of color #AA1146: hue angle of 339.22º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1146 is Cyan = 0, Magento = 0.9, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 70 -
CMYK 0 0.9 0.59 0.33
HSL 339.22º 0.82% 0.37% -
HSV(B) 339.22º 0.9% 0.67% -
XYZ 17.88 9.39 6.66 -
YUV 68.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 170 17 70 0 0.9 0.59 0.33 339.22 0.82 0.37
Hex AA 11 46 0 5A 3B 21 153 52 25
Octal 252 21 106 0 132 73 41 523 122 45
Binary 10101010 10001 1000110 0 1011010 111011 100001 101010011 1010010 100101

Color Harmonies of #AA1146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1146

Black with #AA1146

Text Example


Text Example

White with #AA1146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1146; }

 p { color: rgb(170,17,70); }

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

background-color css

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

 a { background-color: rgb(170,17,70); }

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

border-color css

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

 span { border-color: rgb(170,17,70); }

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