Html Css Color HEX #A6174A Jazzberry Jam

📋 copy color: '#A6174A'

red 166 ◦ green 23 ◦ blue 74

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

Shades of Jazzberry Jam #A6174A

Tints of Jazzberry Jam #A6174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 63.12%
G = 8.75%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6174A (or 0xA6174A) is known color: Jazzberry Jam. HEX triplet: A6, 17 and 4A. RGB value is (166,23,74). Sum of RGB (Red+Green+Blue) = 166+23+74=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6174A is #59E8B5. Grayscale: #474747. Windows color (decimal): -5892278 or 4855718. OLE color: 4855718.

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

Color convert

RGB 166 23 74 -
CMYK 0 0.86 0.55 0.35
HSL 338.6º 0.76% 0.37% -
HSV(B) 338.6º 0.86% 0.65% -
XYZ 17.27 9.21 7.35 -
YUV 71.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 166 23 74 0 0.86 0.55 0.35 338.6 0.76 0.37
Hex A6 17 4A 0 56 37 23 153 4C 25
Octal 246 27 112 0 126 67 43 523 114 45
Binary 10100110 10111 1001010 0 1010110 110111 100011 101010011 1001100 100101

Color Harmonies of #A6174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6174A

Black with #A6174A

Text Example


Text Example

White with #A6174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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