#A7175A

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

Shades of Jazzberry Jam #A7175A

Tints of Jazzberry Jam #A7175A

Color information

#A7175A (or 0xA7175A) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 17 and 5A. RGB value is (167,23,90). Sum of RGB (Red+Green+Blue) = 167+23+90=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A7175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7175A is #58E8A5. Grayscale: #494949. Windows color (decimal): -5826726 or 5904295. OLE color: 5904295.

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

Color convert

RGB1672390-
CMYK00.860.460.35
HSL332.08º75.79%37.25%-
HSV(B)332.08º86.23%65.49%-
XYZ18.099.5710.57-
YUV73.69137.21194.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.64%
GREEN value IS 23 (9.38% from 255) = 8.21%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=59.64%
G=8.21%
B=32.14%

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
Decimal167239000.860.460.35332.0875.7937.25
HexA7175A0562E2314c4c25
Octal247271320126564351411445
Binary10100111101111011010010101101011101000111010011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7175A; }

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

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

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

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

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

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

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

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