#A6236A

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

Shades of Jazzberry Jam #A6236A

Tints of Jazzberry Jam #A6236A

Color information

#A6236A (or 0xA6236A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 23 and 6A. RGB value is (166,35,106). Sum of RGB (Red+Green+Blue) = 166+35+106=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6236A is #59DC95. Grayscale: #525252. Windows color (decimal): -5889174 or 6955942. OLE color: 6955942.

HSL color Cylindrical-coordinate representation of color #A6236A: hue angle of 327.48º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6236A is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16635106-
CMYK00.790.360.35
HSL327.48º65.17%39.41%-
HSV(B)327.48º78.92%65.1%-
XYZ18.9310.3514.64-
YUV82.26141.4187.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=54.07%
G=11.40%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663510600.790.360.35327.4865.1739.41
HexA6236A04F24231474127
Octal246431520117444350710147
Binary101001101000111101010010011111001001000111010001111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6236A; }

 p { color: rgb(166,35,106); }

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

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

 a { background-color: rgb(166,35,106); }

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

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

 span { border-color: rgb(166,35,106); }

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