Html Css Color HEX #AA1753 Jazzberry Jam

📋 copy color: '#AA1753'

red 170 ◦ green 23 ◦ blue 83

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

Shades of Jazzberry Jam #AA1753

Tints of Jazzberry Jam #AA1753

RGB

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

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

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

R = 61.59%
G = 8.33%
B = 30.07%

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

#AA1753 (or 0xAA1753) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 53. RGB value is (170,23,83). Sum of RGB (Red+Green+Blue) = 170+23+83=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1753 is #55E8AC. Grayscale: #494949. Windows color (decimal): -5630125 or 5445546. OLE color: 5445546.

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

Color convert

RGB 170 23 83 -
CMYK 0 0.86 0.51 0.33
HSL 335.51º 0.76% 0.38% -
HSV(B) 335.51º 0.86% 0.67% -
XYZ 18.45 9.78 9.1 -
YUV 73.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 170 23 83 0 0.86 0.51 0.33 335.51 0.76 0.38
Hex AA 17 53 0 56 33 21 150 4C 26
Octal 252 27 123 0 126 63 41 520 114 46
Binary 10101010 10111 1010011 0 1010110 110011 100001 101010000 1001100 100110

Color Harmonies of #AA1753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1753

Black with #AA1753

Text Example


Text Example

White with #AA1753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1753; }

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

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

background-color css

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

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

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

border-color css

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

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

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