Html Css Color HEX #AA1856 Jazzberry Jam

📋 copy color: '#AA1856'

red 170 ◦ green 24 ◦ blue 86

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

Shades of Jazzberry Jam #AA1856

Tints of Jazzberry Jam #AA1856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.71%

R = 60.71%
G = 8.57%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA1856 (or 0xAA1856) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 56. RGB value is (170,24,86). Sum of RGB (Red+Green+Blue) = 170+24+86=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1856 is #55E7A9. Grayscale: #4A4A4A. Windows color (decimal): -5629866 or 5642410. OLE color: 5642410.

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

Color convert

RGB 170 24 86 -
CMYK 0 0.86 0.49 0.33
HSL 334.52º 0.75% 0.38% -
HSV(B) 334.52º 0.86% 0.67% -
XYZ 18.58 9.87 9.73 -
YUV 74.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 170 24 86 0 0.86 0.49 0.33 334.52 0.75 0.38
Hex AA 18 56 0 56 31 21 14F 4B 26
Octal 252 30 126 0 126 61 41 517 113 46
Binary 10101010 11000 1010110 0 1010110 110001 100001 101001111 1001011 100110

Color Harmonies of #AA1856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1856

Black with #AA1856

Text Example


Text Example

White with #AA1856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1856; }

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

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

background-color css

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

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

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

border-color css

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

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

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