Html Css Color HEX #AA0C43 Jazzberry Jam

📋 copy color: '#AA0C43'

red 170 ◦ green 12 ◦ blue 67

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

Shades of Jazzberry Jam #AA0C43

Tints of Jazzberry Jam #AA0C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.91%

R = 68.27%
G = 4.82%
B = 26.91%

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

#AA0C43 (or 0xAA0C43) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 43. RGB value is (170,12,67). Sum of RGB (Red+Green+Blue) = 170+12+67=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0C43 is #55F3BC. Grayscale: #414141. Windows color (decimal): -5632957 or 4394154. OLE color: 4394154.

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

Color convert

RGB 170 12 67 -
CMYK 0 0.93 0.61 0.33
HSL 339.11º 0.87% 0.36% -
HSV(B) 339.11º 0.93% 0.67% -
XYZ 17.72 9.21 6.15 -
YUV 65.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 170 12 67 0 0.93 0.61 0.33 339.11 0.87 0.36
Hex AA C 43 0 5D 3D 21 153 57 24
Octal 252 14 103 0 135 75 41 523 127 44
Binary 10101010 1100 1000011 0 1011101 111101 100001 101010011 1010111 100100

Color Harmonies of #AA0C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C43

Black with #AA0C43

Text Example


Text Example

White with #AA0C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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