Html Css Color HEX #AD1760 Jazzberry Jam

📋 copy color: '#AD1760'

red 173 ◦ green 23 ◦ blue 96

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

Shades of Jazzberry Jam #AD1760

Tints of Jazzberry Jam #AD1760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 59.25%
G = 7.88%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD1760 (or 0xAD1760) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 60. RGB value is (173,23,96). Sum of RGB (Red+Green+Blue) = 173+23+96=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1760 is #52E89F. Grayscale: #4C4C4C. Windows color (decimal): -5433504 or 6297517. OLE color: 6297517.

HSL color Cylindrical-coordinate representation of color #AD1760: hue angle of 330.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 #AD1760 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 96 -
CMYK 0 0.87 0.45 0.32
HSL 330.8º 0.77% 0.38% -
HSV(B) 330.8º 0.87% 0.68% -
XYZ 19.65 10.34 12.03 -
YUV 76.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 173 23 96 0 0.87 0.45 0.32 330.8 0.77 0.38
Hex AD 17 60 0 57 2D 20 14B 4D 26
Octal 255 27 140 0 127 55 40 513 115 46
Binary 10101101 10111 1100000 0 1010111 101101 100000 101001011 1001101 100110

Color Harmonies of #AD1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1760

Black with #AD1760

Text Example


Text Example

White with #AD1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1760; }

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

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

background-color css

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

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

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

border-color css

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

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

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