Html Css Color HEX #AA0E5E Jazzberry Jam

📋 copy color: '#AA0E5E'

red 170 ◦ green 14 ◦ blue 94

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

Shades of Jazzberry Jam #AA0E5E

Tints of Jazzberry Jam #AA0E5E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.04%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 61.15%
G = 5.04%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA0E5E (or 0xAA0E5E) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 5E. RGB value is (170,14,94). Sum of RGB (Red+Green+Blue) = 170+14+94=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E5E is #55F1A1. Grayscale: #454545. Windows color (decimal): -5632418 or 6164138. OLE color: 6164138.

HSL color Cylindrical-coordinate representation of color #AA0E5E: hue angle of 329.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E5E is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 14 94 -
CMYK 0 0.92 0.45 0.33
HSL 329.23º 0.85% 0.36% -
HSV(B) 329.23º 0.92% 0.67% -
XYZ 18.75 9.67 11.47 -
YUV 69.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 170 14 94 0 0.92 0.45 0.33 329.23 0.85 0.36
Hex AA E 5E 0 5C 2D 21 149 55 24
Octal 252 16 136 0 134 55 41 511 125 44
Binary 10101010 1110 1011110 0 1011100 101101 100001 101001001 1010101 100100

Color Harmonies of #AA0E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E5E

Black with #AA0E5E

Text Example


Text Example

White with #AA0E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E5E; }

 p { color: rgb(170,14,94); }

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

background-color css

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

 a { background-color: rgb(170,14,94); }

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

border-color css

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

 span { border-color: rgb(170,14,94); }

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