#AD0846

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

Shades of Jazzberry Jam #AD0846

Tints of Jazzberry Jam #AD0846

Color information

#AD0846 (or 0xAD0846) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 08 and 46. RGB value is (173,8,70). Sum of RGB (Red+Green+Blue) = 173+8+70=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0846 is #52F7B9. Grayscale: #404040. Windows color (decimal): -5437370 or 4589741. OLE color: 4589741.

HSL color Cylindrical-coordinate representation of color #AD0846: hue angle of 337.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0846 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB173870-
CMYK00.950.600.32
HSL337.45º91.16%35.49%-
HSV(B)337.45º95.38%67.84%-
XYZ18.439.56.66-
YUV64.4131.16205.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.92%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=68.92%
G=3.19%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17387000.950.600.32337.4591.1635.49
HexAD84605F3C201515b23
Octal255101060137744052113343
Binary1010110110001000110010111111111001000001010100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0846; }

 p { color: rgb(173,8,70); }

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

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

 a { background-color: rgb(173,8,70); }

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

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

 span { border-color: rgb(173,8,70); }

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