#AD086F

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

Shades of Jazzberry Jam #AD086F

Tints of Jazzberry Jam #AD086F

Color information

#AD086F (or 0xAD086F) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 08 and 6F. RGB value is (173,8,111). Sum of RGB (Red+Green+Blue) = 173+8+111=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD086F is #52F790. Grayscale: #444444. Windows color (decimal): -5437329 or 7276717. OLE color: 7276717.

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

Color convert

RGB1738111-
CMYK00.950.360.32
HSL322.55º91.16%35.49%-
HSV(B)322.55º95.38%67.84%-
XYZ20.1910.2115.94-
YUV69.08151.66202.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.25%
GREEN value IS 8 (3.52% from 255) = 2.74%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=59.25%
G=2.74%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173811100.950.360.32322.5591.1635.49
HexAD86F05F24201435b23
Octal255101570137444050313343
Binary1010110110001101111010111111001001000001010000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD086F; }

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

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

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

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

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

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

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

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