Html Css Color HEX #AA1853 Jazzberry Jam

📋 copy color: '#AA1853'

red 170 ◦ green 24 ◦ blue 83

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

Shades of Jazzberry Jam #AA1853

Tints of Jazzberry Jam #AA1853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 61.37%
G = 8.66%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA1853 (or 0xAA1853) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 53. RGB value is (170,24,83). Sum of RGB (Red+Green+Blue) = 170+24+83=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1853 is #55E7AC. Grayscale: #4A4A4A. Windows color (decimal): -5629869 or 5445802. OLE color: 5445802.

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

Color convert

RGB 170 24 83 -
CMYK 0 0.86 0.51 0.33
HSL 335.75º 0.75% 0.38% -
HSV(B) 335.75º 0.86% 0.67% -
XYZ 18.47 9.82 9.11 -
YUV 74.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 170 24 83 0 0.86 0.51 0.33 335.75 0.75 0.38
Hex AA 18 53 0 56 33 21 150 4B 26
Octal 252 30 123 0 126 63 41 520 113 46
Binary 10101010 11000 1010011 0 1010110 110011 100001 101010000 1001011 100110

Color Harmonies of #AA1853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1853

Black with #AA1853

Text Example


Text Example

White with #AA1853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1853; }

 p { color: rgb(170,24,83); }

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

background-color css

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

 a { background-color: rgb(170,24,83); }

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

border-color css

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

 span { border-color: rgb(170,24,83); }

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