Html Css Color HEX #AA033C Jazzberry Jam

📋 copy color: '#AA033C'

red 170 ◦ green 3 ◦ blue 60

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

Shades of Jazzberry Jam #AA033C

Tints of Jazzberry Jam #AA033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 72.96%
G = 1.29%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA033C (or 0xAA033C) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 3C. RGB value is (170,3,60). Sum of RGB (Red+Green+Blue) = 170+3+60=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA033C is #55FCC3. Grayscale: #3B3B3B. Windows color (decimal): -5635268 or 3933098. OLE color: 3933098.

HSL color Cylindrical-coordinate representation of color #AA033C: hue angle of 339.52º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA033C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 60 -
CMYK 0 0.98 0.65 0.33
HSL 339.52º 0.97% 0.34% -
HSV(B) 339.52º 0.98% 0.67% -
XYZ 17.43 8.94 5.08 -
YUV 59.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 170 3 60 0 0.98 0.65 0.33 339.52 0.97 0.34
Hex AA 3 3C 0 62 41 21 154 61 22
Octal 252 3 74 0 142 101 41 524 141 42
Binary 10101010 11 111100 0 1100010 1000001 100001 101010100 1100001 100010

Color Harmonies of #AA033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA033C

Black with #AA033C

Text Example


Text Example

White with #AA033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA033C; }

 p { color: rgb(170,3,60); }

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

background-color css

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

 a { background-color: rgb(170,3,60); }

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

border-color css

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

 span { border-color: rgb(170,3,60); }

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