#A60B5C

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

Shades of Jazzberry Jam #A60B5C

Tints of Jazzberry Jam #A60B5C

Color information

#A60B5C (or 0xA60B5C) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0B and 5C. RGB value is (166,11,92). Sum of RGB (Red+Green+Blue) = 166+11+92=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B5C is #59F4A3. Grayscale: #424242. Windows color (decimal): -5895332 or 6032294. OLE color: 6032294.

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

Color convert

RGB1661192-
CMYK00.930.450.35
HSL328.65º87.57%34.71%-
HSV(B)328.65º93.37%65.1%-
XYZ17.789.1210.95-
YUV66.58142.35198.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 11 (4.69% from 255) = 4.09%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=61.71%
G=4.09%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166119200.930.450.35328.6587.5734.71
HexA6B5C05D2D231495823
Octal246131340135554351113043
Binary1010011010111011100010111011011011000111010010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B5C; }

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

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

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

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

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

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

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

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