#A61854

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

Shades of Jazzberry Jam #A61854

Tints of Jazzberry Jam #A61854

Color information

#A61854 (or 0xA61854) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 18 and 54. RGB value is (166,24,84). Sum of RGB (Red+Green+Blue) = 166+24+84=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A61854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61854 is #59E7AB. Grayscale: #494949. Windows color (decimal): -5892012 or 5511334. OLE color: 5511334.

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

Color convert

RGB1662484-
CMYK00.860.490.35
HSL334.65º74.74%37.25%-
HSV(B)334.65º85.54%65.1%-
XYZ17.659.49.27-
YUV73.3134.04194.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.58%
GREEN value IS 24 (9.77% from 255) = 8.76%
BLUE value IS 84 (33.20% from 255) = 30.66%
R=60.58%
G=8.76%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166248400.860.490.35334.6574.7437.25
HexA61854056312314f4b25
Octal246301240126614351711345
Binary10100110110001010100010101101100011000111010011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61854; }

 p { color: rgb(166,24,84); }

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

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

 a { background-color: rgb(166,24,84); }

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

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

 span { border-color: rgb(166,24,84); }

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