Html Css Color HEX #AD166A Jazzberry Jam

📋 copy color: '#AD166A'

red 173 ◦ green 22 ◦ blue 106

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

Shades of Jazzberry Jam #AD166A

Tints of Jazzberry Jam #AD166A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 57.48%
G = 7.31%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD166A (or 0xAD166A) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 6A. RGB value is (173,22,106). Sum of RGB (Red+Green+Blue) = 173+22+106=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD166A is #52E995. Grayscale: #4C4C4C. Windows color (decimal): -5433750 or 6952621. OLE color: 6952621.

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

Color convert

RGB 173 22 106 -
CMYK 0 0.87 0.39 0.32
HSL 326.62º 0.77% 0.38% -
HSV(B) 326.62º 0.87% 0.68% -
XYZ 20.12 10.5 14.6 -
YUV 76.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 173 22 106 0 0.87 0.39 0.32 326.62 0.77 0.38
Hex AD 16 6A 0 57 27 20 147 4D 26
Octal 255 26 152 0 127 47 40 507 115 46
Binary 10101101 10110 1101010 0 1010111 100111 100000 101000111 1001101 100110

Color Harmonies of #AD166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD166A

Black with #AD166A

Text Example


Text Example

White with #AD166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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