Html Css Color HEX #AA0C42 Jazzberry Jam

📋 copy color: '#AA0C42'

red 170 ◦ green 12 ◦ blue 66

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

Shades of Jazzberry Jam #AA0C42

Tints of Jazzberry Jam #AA0C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.84%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 68.55%
G = 4.84%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA0C42 (or 0xAA0C42) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 42. RGB value is (170,12,66). Sum of RGB (Red+Green+Blue) = 170+12+66=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0C42 is #55F3BD. Grayscale: #414141. Windows color (decimal): -5632958 or 4328618. OLE color: 4328618.

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

Color convert

RGB 170 12 66 -
CMYK 0 0.93 0.61 0.33
HSL 339.49º 0.87% 0.36% -
HSV(B) 339.49º 0.93% 0.67% -
XYZ 17.69 9.2 6 -
YUV 65.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 170 12 66 0 0.93 0.61 0.33 339.49 0.87 0.36
Hex AA C 42 0 5D 3D 21 153 57 24
Octal 252 14 102 0 135 75 41 523 127 44
Binary 10101010 1100 1000010 0 1011101 111101 100001 101010011 1010111 100100

Color Harmonies of #AA0C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C42

Black with #AA0C42

Text Example


Text Example

White with #AA0C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C42; }

 p { color: rgb(170,12,66); }

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

background-color css

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

 a { background-color: rgb(170,12,66); }

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

border-color css

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

 span { border-color: rgb(170,12,66); }

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