Html Css Color HEX #A6174C Jazzberry Jam

📋 copy color: '#A6174C'

red 166 ◦ green 23 ◦ blue 76

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

Shades of Jazzberry Jam #A6174C

Tints of Jazzberry Jam #A6174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 62.64%
G = 8.68%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6174C (or 0xA6174C) is known color: Jazzberry Jam. HEX triplet: A6, 17 and 4C. RGB value is (166,23,76). Sum of RGB (Red+Green+Blue) = 166+23+76=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6174C is #59E8B3. Grayscale: #474747. Windows color (decimal): -5892276 or 4986790. OLE color: 4986790.

HSL color Cylindrical-coordinate representation of color #A6174C: hue angle of 337.76º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6174C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 23 76 -
CMYK 0 0.86 0.54 0.35
HSL 337.76º 0.76% 0.37% -
HSV(B) 337.76º 0.86% 0.65% -
XYZ 17.34 9.24 7.71 -
YUV 71.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 166 23 76 0 0.86 0.54 0.35 337.76 0.76 0.37
Hex A6 17 4C 0 56 36 23 152 4C 25
Octal 246 27 114 0 126 66 43 522 114 45
Binary 10100110 10111 1001100 0 1010110 110110 100011 101010010 1001100 100101

Color Harmonies of #A6174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6174C

Black with #A6174C

Text Example


Text Example

White with #A6174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6174C; }

 p { color: rgb(166,23,76); }

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

background-color css

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

 a { background-color: rgb(166,23,76); }

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

border-color css

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

 span { border-color: rgb(166,23,76); }

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