#A60B5A

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

Shades of Jazzberry Jam #A60B5A

Tints of Jazzberry Jam #A60B5A

Color information

#A60B5A (or 0xA60B5A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0B and 5A. RGB value is (166,11,90). Sum of RGB (Red+Green+Blue) = 166+11+90=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B5A is #59F4A5. Grayscale: #424242. Windows color (decimal): -5895334 or 5901222. OLE color: 5901222.

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

Color convert

RGB1661190-
CMYK00.930.460.35
HSL329.42º87.57%34.71%-
HSV(B)329.42º93.37%65.1%-
XYZ17.699.0810.49-
YUV66.35141.35199.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.17%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=62.17%
G=4.12%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166119000.930.460.35329.4287.5734.71
HexA6B5A05D2E231495823
Octal246131320135564351113043
Binary1010011010111011010010111011011101000111010010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B5A; }

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

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

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

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

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

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

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

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