#A60F5A

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

Shades of Jazzberry Jam #A60F5A

Tints of Jazzberry Jam #A60F5A

Color information

#A60F5A (or 0xA60F5A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0F and 5A. RGB value is (166,15,90). Sum of RGB (Red+Green+Blue) = 166+15+90=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60F5A is #59F0A5. Grayscale: #444444. Windows color (decimal): -5894310 or 5902246. OLE color: 5902246.

HSL color Cylindrical-coordinate representation of color #A60F5A: hue angle of 330.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60F5A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1661590-
CMYK00.910.460.35
HSL330.2º83.43%35.49%-
HSV(B)330.2º90.96%65.1%-
XYZ17.749.1910.51-
YUV68.7140.03197.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.25%
GREEN value IS 15 (6.25% from 255) = 5.54%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=61.25%
G=5.54%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166159000.910.460.35330.283.4335.49
HexA6F5A05B2E2314a5323
Octal246171320133564351212343
Binary1010011011111011010010110111011101000111010010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60F5A; }

 p { color: rgb(166,15,90); }

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

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

 a { background-color: rgb(166,15,90); }

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

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

 span { border-color: rgb(166,15,90); }

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