Html Css Color HEX #AA0C44 Jazzberry Jam

📋 copy color: '#AA0C44'

red 170 ◦ green 12 ◦ blue 68

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

Shades of Jazzberry Jam #AA0C44

Tints of Jazzberry Jam #AA0C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 68%
G = 4.8%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA0C44 (or 0xAA0C44) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 44. RGB value is (170,12,68). Sum of RGB (Red+Green+Blue) = 170+12+68=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0C44 is #55F3BB. Grayscale: #414141. Windows color (decimal): -5632956 or 4459690. OLE color: 4459690.

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

Color convert

RGB 170 12 68 -
CMYK 0 0.93 0.6 0.33
HSL 338.73º 0.87% 0.36% -
HSV(B) 338.73º 0.93% 0.67% -
XYZ 17.75 9.23 6.31 -
YUV 65.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 170 12 68 0 0.93 0.6 0.33 338.73 0.87 0.36
Hex AA C 44 0 5D 3C 21 153 57 24
Octal 252 14 104 0 135 74 41 523 127 44
Binary 10101010 1100 1000100 0 1011101 111100 100001 101010011 1010111 100100

Color Harmonies of #AA0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C44

Black with #AA0C44

Text Example


Text Example

White with #AA0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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