#A6075F

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

Shades of Jazzberry Jam #A6075F

Tints of Jazzberry Jam #A6075F

Color information

#A6075F (or 0xA6075F) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 07 and 5F. RGB value is (166,7,95). Sum of RGB (Red+Green+Blue) = 166+7+95=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A6075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6075F is #59F8A0. Grayscale: #404040. Windows color (decimal): -5896353 or 6227878. OLE color: 6227878.

HSL color Cylindrical-coordinate representation of color #A6075F: hue angle of 326.79º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6075F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB166795-
CMYK00.960.430.35
HSL326.79º91.91%33.92%-
HSV(B)326.79º95.78%65.1%-
XYZ17.879.0911.64-
YUV64.57145.18200.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 7 (3.12% from 255) = 2.61%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=61.94%
G=2.61%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16679500.960.430.35326.7991.9133.92
HexA675F0602B231475c22
Octal24671370140534350713442
Binary101001101111011111011000001010111000111010001111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6075F; }

 p { color: rgb(166,7,95); }

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

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

 a { background-color: rgb(166,7,95); }

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

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

 span { border-color: rgb(166,7,95); }

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