Html Css Color HEX #AD1756 Jazzberry Jam

📋 copy color: '#AD1756'

red 173 ◦ green 23 ◦ blue 86

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

Shades of Jazzberry Jam #AD1756

Tints of Jazzberry Jam #AD1756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

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

R = 61.35%
G = 8.16%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD1756 (or 0xAD1756) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 56. RGB value is (173,23,86). Sum of RGB (Red+Green+Blue) = 173+23+86=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1756 is #52E8A9. Grayscale: #4A4A4A. Windows color (decimal): -5433514 or 5642157. OLE color: 5642157.

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

Color convert

RGB 173 23 86 -
CMYK 0 0.87 0.50 0.32
HSL 334.8º 0.77% 0.38% -
HSV(B) 334.8º 0.87% 0.68% -
XYZ 19.22 10.17 9.75 -
YUV 75.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 173 23 86 0 0.87 0.50 0.32 334.8 0.77 0.38
Hex AD 17 56 0 57 32 20 14F 4D 26
Octal 255 27 126 0 127 62 40 517 115 46
Binary 10101101 10111 1010110 0 1010111 110010 100000 101001111 1001101 100110

Color Harmonies of #AD1756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1756

Black with #AD1756

Text Example


Text Example

White with #AD1756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1756; }

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

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

background-color css

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

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

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

border-color css

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

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

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