#AD084D

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

Shades of Jazzberry Jam #AD084D

Tints of Jazzberry Jam #AD084D

Color information

#AD084D (or 0xAD084D) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 08 and 4D. RGB value is (173,8,77). Sum of RGB (Red+Green+Blue) = 173+8+77=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD084D is #52F7B2. Grayscale: #414141. Windows color (decimal): -5437363 or 5048493. OLE color: 5048493.

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

Color convert

RGB173877-
CMYK00.950.550.32
HSL334.91º91.16%35.49%-
HSV(B)334.91º95.38%67.84%-
XYZ18.669.597.89-
YUV65.2134.66204.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.05%
GREEN value IS 8 (3.52% from 255) = 3.10%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=67.05%
G=3.10%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17387700.950.550.32334.9191.1635.49
HexAD84D05F372014f5b23
Octal255101150137674051713343
Binary1010110110001001101010111111101111000001010011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD084D; }

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

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

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

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

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

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

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

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