#AD1056

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

Shades of Jazzberry Jam #AD1056

Tints of Jazzberry Jam #AD1056

Color information

#AD1056 (or 0xAD1056) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 10 and 56. RGB value is (173,16,86). Sum of RGB (Red+Green+Blue) = 173+16+86=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1056 is #52EFA9. Grayscale: #464646. Windows color (decimal): -5435306 or 5640365. OLE color: 5640365.

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

Color convert

RGB1731686-
CMYK00.910.500.32
HSL333.25º83.07%37.06%-
HSV(B)333.25º90.75%67.84%-
XYZ19.19.939.71-
YUV70.92136.51200.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.91%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=62.91%
G=5.82%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173168600.910.500.32333.2583.0737.06
HexAD105605B322014d5325
Octal255201260133624051512345
Binary10101101100001010110010110111100101000001010011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1056; }

 p { color: rgb(173,16,86); }

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

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

 a { background-color: rgb(173,16,86); }

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

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

 span { border-color: rgb(173,16,86); }

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