Html Css Color HEX #AA2260 Jazzberry Jam

📋 copy color: '#AA2260'

red 170 ◦ green 34 ◦ blue 96

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

Shades of Jazzberry Jam #AA2260

Tints of Jazzberry Jam #AA2260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 56.67%
G = 11.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA2260 (or 0xAA2260) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 60. RGB value is (170,34,96). Sum of RGB (Red+Green+Blue) = 170+34+96=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2260 is #55DD9F. Grayscale: #515151. Windows color (decimal): -5627296 or 6300330. OLE color: 6300330.

HSL color Cylindrical-coordinate representation of color #AA2260: hue angle of 332.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2260 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 96 -
CMYK 0 0.80 0.44 0.33
HSL 332.65º 0.67% 0.4% -
HSV(B) 332.65º 0.8% 0.67% -
XYZ 19.26 10.53 12.08 -
YUV 81.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 170 34 96 0 0.80 0.44 0.33 332.65 0.67 0.4
Hex AA 22 60 0 50 2C 21 14D 43 28
Octal 252 42 140 0 120 54 41 515 103 50
Binary 10101010 100010 1100000 0 1010000 101100 100001 101001101 1000011 101000

Color Harmonies of #AA2260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2260

Black with #AA2260

Text Example


Text Example

White with #AA2260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2260; }

 p { color: rgb(170,34,96); }

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

background-color css

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

 a { background-color: rgb(170,34,96); }

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

border-color css

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

 span { border-color: rgb(170,34,96); }

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