#A60B62

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

Shades of Jazzberry Jam #A60B62

Tints of Jazzberry Jam #A60B62

Color information

#A60B62 (or 0xA60B62) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0B and 62. RGB value is (166,11,98). Sum of RGB (Red+Green+Blue) = 166+11+98=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B62 is #59F49D. Grayscale: #434343. Windows color (decimal): -5895326 or 6425510. OLE color: 6425510.

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

Color convert

RGB1661198-
CMYK00.930.410.35
HSL326.32º87.57%34.71%-
HSV(B)326.32º93.37%65.1%-
XYZ18.059.2312.39-
YUV67.26145.35198.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=60.36%
G=4%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166119800.930.410.35326.3287.5734.71
HexA6B6205D29231465823
Octal246131420135514350613043
Binary1010011010111100010010111011010011000111010001101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B62; }

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

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

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

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

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

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

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

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