Html Css Color HEX #AA1446 Jazzberry Jam

📋 copy color: '#AA1446'

red 170 ◦ green 20 ◦ blue 70

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

Shades of Jazzberry Jam #AA1446

Tints of Jazzberry Jam #AA1446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 65.38%
G = 7.69%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA1446 (or 0xAA1446) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 46. RGB value is (170,20,70). Sum of RGB (Red+Green+Blue) = 170+20+70=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1446 is #55EBB9. Grayscale: #464646. Windows color (decimal): -5630906 or 4592810. OLE color: 4592810.

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

Color convert

RGB 170 20 70 -
CMYK 0 0.88 0.59 0.33
HSL 340º 0.79% 0.37% -
HSV(B) 340º 0.88% 0.67% -
XYZ 17.93 9.49 6.68 -
YUV 70.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 170 20 70 0 0.88 0.59 0.33 340 0.79 0.37
Hex AA 14 46 0 58 3B 21 154 4F 25
Octal 252 24 106 0 130 73 41 524 117 45
Binary 10101010 10100 1000110 0 1011000 111011 100001 101010100 1001111 100101

Color Harmonies of #AA1446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1446

Black with #AA1446

Text Example


Text Example

White with #AA1446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1446; }

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

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

background-color css

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

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

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

border-color css

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

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

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