Html Css Color HEX #AD186A Jazzberry Jam

📋 copy color: '#AD186A'

red 173 ◦ green 24 ◦ blue 106

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

Shades of Jazzberry Jam #AD186A

Tints of Jazzberry Jam #AD186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

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

R = 57.1%
G = 7.92%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD186A (or 0xAD186A) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 6A. RGB value is (173,24,106). Sum of RGB (Red+Green+Blue) = 173+24+106=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD186A is #52E795. Grayscale: #4D4D4D. Windows color (decimal): -5433238 or 6953133. OLE color: 6953133.

HSL color Cylindrical-coordinate representation of color #AD186A: hue angle of 326.98º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD186A is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 106 -
CMYK 0 0.86 0.39 0.32
HSL 326.98º 0.76% 0.39% -
HSV(B) 326.98º 0.86% 0.68% -
XYZ 20.16 10.58 14.61 -
YUV 77.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 173 24 106 0 0.86 0.39 0.32 326.98 0.76 0.39
Hex AD 18 6A 0 56 27 20 147 4C 27
Octal 255 30 152 0 126 47 40 507 114 47
Binary 10101101 11000 1101010 0 1010110 100111 100000 101000111 1001100 100111

Color Harmonies of #AD186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD186A

Black with #AD186A

Text Example


Text Example

White with #AD186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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