#AA0B40

Color #AA0B40 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA0B40

Tints of Jazzberry Jam #AA0B40

Color information

#AA0B40 (or 0xAA0B40) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0B and 40. RGB value is (170,11,64). Sum of RGB (Red+Green+Blue) = 170+11+64=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B40 is #55F4BF. Grayscale: #404040. Windows color (decimal): -5633216 or 4197290. OLE color: 4197290.

HSL color Cylindrical-coordinate representation of color #AA0B40: hue angle of 340º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B40 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1701164-
CMYK00.940.620.33
HSL340º87.85%35.49%-
HSV(B)340º93.53%66.67%-
XYZ17.629.165.69-
YUV64.58127.68203.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.39%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=69.39%
G=4.49%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170116400.940.620.3334087.8535.49
HexAAB4005E3E211545823
Octal252131000136764152413043
Binary1010101010111000000010111101111101000011010101001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B40; }

 p { color: rgb(170,11,64); }

 H1.HeaderClassName
 {
   color: #AA0B40;
 }
 .AnyTagClassName
 {
   color: #AA0B40;
 }
</style>
background-color css

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

 a { background-color: rgb(170,11,64); }

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

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

 span { border-color: rgb(170,11,64); }

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