#AA164B

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

Shades of Jazzberry Jam #AA164B

Tints of Jazzberry Jam #AA164B

Color information

#AA164B (or 0xAA164B) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 16 and 4B. RGB value is (170,22,75). Sum of RGB (Red+Green+Blue) = 170+22+75=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA164B is #55E9B4. Grayscale: #484848. Windows color (decimal): -5630389 or 4921002. OLE color: 4921002.

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

Color convert

RGB1702275-
CMYK00.870.560.33
HSL338.51º77.08%37.65%-
HSV(B)338.51º87.06%66.67%-
XYZ18.139.637.56-
YUV72.29129.53197.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=63.67%
G=8.24%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170227500.870.560.33338.5177.0837.65
HexAA164B05738211534d26
Octal252261130127704152311546
Binary10101010101101001011010101111110001000011010100111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA164B; }

 p { color: rgb(170,22,75); }

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

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

 a { background-color: rgb(170,22,75); }

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

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

 span { border-color: rgb(170,22,75); }

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