Html Css Color HEX #A60946 Jazzberry Jam

📋 copy color: '#A60946'

red 166 ◦ green 9 ◦ blue 70

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

Shades of Jazzberry Jam #A60946

Tints of Jazzberry Jam #A60946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

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

R = 67.76%
G = 3.67%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A60946 (or 0xA60946) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 46. RGB value is (166,9,70). Sum of RGB (Red+Green+Blue) = 166+9+70=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A60946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60946 is #59F6B9. Grayscale: #3E3E3E. Windows color (decimal): -5895866 or 4589990. OLE color: 4589990.

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

Color convert

RGB 166 9 70 -
CMYK 0 0.95 0.58 0.35
HSL 336.69º 0.9% 0.34% -
HSV(B) 336.69º 0.95% 0.65% -
XYZ 16.93 8.74 6.59 -
YUV 62.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 166 9 70 0 0.95 0.58 0.35 336.69 0.9 0.34
Hex A6 9 46 0 5F 3A 23 151 5A 22
Octal 246 11 106 0 137 72 43 521 132 42
Binary 10100110 1001 1000110 0 1011111 111010 100011 101010001 1011010 100010

Color Harmonies of #A60946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60946

Black with #A60946

Text Example


Text Example

White with #A60946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60946; }

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

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

background-color css

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

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

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

border-color css

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

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

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