Html Css Color HEX #AA0E4C Jazzberry Jam

📋 copy color: '#AA0E4C'

red 170 ◦ green 14 ◦ blue 76

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

Shades of Jazzberry Jam #AA0E4C

Tints of Jazzberry Jam #AA0E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 65.38%
G = 5.38%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA0E4C (or 0xAA0E4C) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 4C. RGB value is (170,14,76). Sum of RGB (Red+Green+Blue) = 170+14+76=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E4C is #55F1B3. Grayscale: #434343. Windows color (decimal): -5632436 or 4984490. OLE color: 4984490.

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

Color convert

RGB 170 14 76 -
CMYK 0 0.92 0.55 0.33
HSL 336.15º 0.85% 0.36% -
HSV(B) 336.15º 0.92% 0.67% -
XYZ 18.04 9.38 7.7 -
YUV 67.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 170 14 76 0 0.92 0.55 0.33 336.15 0.85 0.36
Hex AA E 4C 0 5C 37 21 150 55 24
Octal 252 16 114 0 134 67 41 520 125 44
Binary 10101010 1110 1001100 0 1011100 110111 100001 101010000 1010101 100100

Color Harmonies of #AA0E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E4C

Black with #AA0E4C

Text Example


Text Example

White with #AA0E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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