#A6175A

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

Shades of Jazzberry Jam #A6175A

Tints of Jazzberry Jam #A6175A

Color information

#A6175A (or 0xA6175A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 17 and 5A. RGB value is (166,23,90). Sum of RGB (Red+Green+Blue) = 166+23+90=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6175A is #59E8A5. Grayscale: #494949. Windows color (decimal): -5892262 or 5904294. OLE color: 5904294.

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

Color convert

RGB1662390-
CMYK00.860.460.35
HSL331.89º75.66%37.06%-
HSV(B)331.89º86.14%65.1%-
XYZ17.889.4610.56-
YUV73.4137.38194.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.50%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=59.50%
G=8.24%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166239000.860.460.35331.8975.6637.06
HexA6175A0562E2314c4c25
Octal246271320126564351411445
Binary10100110101111011010010101101011101000111010011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6175A; }

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

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

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

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

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

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

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

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