Html Css Color HEX #AD0356 Jazzberry Jam

📋 copy color: '#AD0356'

red 173 ◦ green 3 ◦ blue 86

#AD0356
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AD0356

Tints of Jazzberry Jam #AD0356

RGB

 RED value IS 173 (67.97% from 255) = 66.03%

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 66.03%
G = 1.15%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD0356 (or 0xAD0356) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 56. RGB value is (173,3,86). Sum of RGB (Red+Green+Blue) = 173+3+86=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0356 is #52FCA9. Grayscale: #3F3F3F. Windows color (decimal): -5438634 or 5637037. OLE color: 5637037.

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

Color convert

RGB 173 3 86 -
CMYK 0 0.98 0.50 0.32
HSL 330.71º 0.97% 0.35% -
HSV(B) 330.71º 0.98% 0.68% -
XYZ 18.95 9.62 9.66 -
YUV 63.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 173 3 86 0 0.98 0.50 0.32 330.71 0.97 0.35
Hex AD 3 56 0 62 32 20 14B 61 23
Octal 255 3 126 0 142 62 40 513 141 43
Binary 10101101 11 1010110 0 1100010 110010 100000 101001011 1100001 100011

Color Harmonies of #AD0356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0356

Black with #AD0356

Text Example


Text Example

White with #AD0356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0356; }

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

 H1.HeaderClassName
 {
   color: #AD0356;
 }
 .AnyTagClassName
 {
   color: #AD0356;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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