#AD084C

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

Shades of Jazzberry Jam #AD084C

Tints of Jazzberry Jam #AD084C

Color information

#AD084C (or 0xAD084C) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 08 and 4C. RGB value is (173,8,76). Sum of RGB (Red+Green+Blue) = 173+8+76=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD084C is #52F7B3. Grayscale: #404040. Windows color (decimal): -5437364 or 4982957. OLE color: 4982957.

HSL color Cylindrical-coordinate representation of color #AD084C: hue angle of 335.27º 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 #AD084C is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB173876-
CMYK00.950.560.32
HSL335.27º91.16%35.49%-
HSV(B)335.27º95.38%67.84%-
XYZ18.629.587.7-
YUV65.09134.16204.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.32%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=67.32%
G=3.11%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17387600.950.560.32335.2791.1635.49
HexAD84C05F382014f5b23
Octal255101140137704051713343
Binary1010110110001001100010111111110001000001010011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD084C; }

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

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

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

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

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

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

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

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