Html Css Color HEX #AD1666 Jazzberry Jam

📋 copy color: '#AD1666'

red 173 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #AD1666

Tints of Jazzberry Jam #AD1666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 58.25%
G = 7.41%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD1666 (or 0xAD1666) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 66. RGB value is (173,22,102). Sum of RGB (Red+Green+Blue) = 173+22+102=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1666 is #52E999. Grayscale: #4C4C4C. Windows color (decimal): -5433754 or 6690477. OLE color: 6690477.

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

Color convert

RGB 173 22 102 -
CMYK 0 0.87 0.41 0.32
HSL 328.21º 0.77% 0.38% -
HSV(B) 328.21º 0.87% 0.68% -
XYZ 19.92 10.42 13.53 -
YUV 76.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 173 22 102 0 0.87 0.41 0.32 328.21 0.77 0.38
Hex AD 16 66 0 57 29 20 148 4D 26
Octal 255 26 146 0 127 51 40 510 115 46
Binary 10101101 10110 1100110 0 1010111 101001 100000 101001000 1001101 100110

Color Harmonies of #AD1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1666

Black with #AD1666

Text Example


Text Example

White with #AD1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1666; }

 p { color: rgb(173,22,102); }

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

background-color css

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

 a { background-color: rgb(173,22,102); }

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

border-color css

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

 span { border-color: rgb(173,22,102); }

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