#A7186A

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

Shades of Jazzberry Jam #A7186A

Tints of Jazzberry Jam #A7186A

Color information

#A7186A (or 0xA7186A) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 18 and 6A. RGB value is (167,24,106). Sum of RGB (Red+Green+Blue) = 167+24+106=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A7186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7186A is #58E795. Grayscale: #4B4B4B. Windows color (decimal): -5826454 or 6953127. OLE color: 6953127.

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

Color convert

RGB16724106-
CMYK00.860.370.35
HSL325.59º74.87%37.45%-
HSV(B)325.59º85.63%65.49%-
XYZ18.869.9114.55-
YUV76.1144.88192.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=56.23%
G=8.08%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672410600.860.370.35325.5974.8737.45
HexA7186A05625231464b25
Octal247301520126454350611345
Binary10100111110001101010010101101001011000111010001101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7186A; }

 p { color: rgb(167,24,106); }

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

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

 a { background-color: rgb(167,24,106); }

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

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

 span { border-color: rgb(167,24,106); }

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