Html Css Color HEX #A60346 Jazzberry Jam

📋 copy color: '#A60346'

red 166 ◦ green 3 ◦ blue 70

#A60346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A60346

Tints of Jazzberry Jam #A60346

RGB

 RED value IS 166 (65.23% from 255) = 69.46%

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 69.46%
G = 1.26%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A60346 (or 0xA60346) is known color: Jazzberry Jam. HEX triplet: A6, 03 and 46. RGB value is (166,3,70). Sum of RGB (Red+Green+Blue) = 166+3+70=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A60346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60346 is #59FCB9. Grayscale: #3B3B3B. Windows color (decimal): -5897402 or 4588454. OLE color: 4588454.

HSL color Cylindrical-coordinate representation of color #A60346: hue angle of 335.34º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60346 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 3 70 -
CMYK 0 0.98 0.58 0.35
HSL 335.34º 0.96% 0.33% -
HSV(B) 335.34º 0.98% 0.65% -
XYZ 16.86 8.61 6.57 -
YUV 59.38 134 204.05 -
System Red Green Blue C M Y K H S L
Decimal 166 3 70 0 0.98 0.58 0.35 335.34 0.96 0.33
Hex A6 3 46 0 62 3A 23 14F 60 21
Octal 246 3 106 0 142 72 43 517 140 41
Binary 10100110 11 1000110 0 1100010 111010 100011 101001111 1100000 100001

Color Harmonies of #A60346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60346

Black with #A60346

Text Example


Text Example

White with #A60346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60346; }

 p { color: rgb(166,3,70); }

 H1.HeaderClassName
 {
   color: #A60346;
 }
 .AnyTagClassName
 {
   color: #A60346;
 }
</style>

background-color css

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

 a { background-color: rgb(166,3,70); }

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

border-color css

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

 span { border-color: rgb(166,3,70); }

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