Html Css Color HEX #AD186D Jazzberry Jam

📋 copy color: '#AD186D'

red 173 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #AD186D

Tints of Jazzberry Jam #AD186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 56.54%
G = 7.84%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD186D (or 0xAD186D) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 6D. RGB value is (173,24,109). Sum of RGB (Red+Green+Blue) = 173+24+109=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD186D is #52E792. Grayscale: #4E4E4E. Windows color (decimal): -5433235 or 7149741. OLE color: 7149741.

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

Color convert

RGB 173 24 109 -
CMYK 0 0.86 0.37 0.32
HSL 325.77º 0.76% 0.39% -
HSV(B) 325.77º 0.86% 0.68% -
XYZ 20.32 10.64 15.45 -
YUV 78.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 173 24 109 0 0.86 0.37 0.32 325.77 0.76 0.39
Hex AD 18 6D 0 56 25 20 146 4C 27
Octal 255 30 155 0 126 45 40 506 114 47
Binary 10101101 11000 1101101 0 1010110 100101 100000 101000110 1001100 100111

Color Harmonies of #AD186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD186D

Black with #AD186D

Text Example


Text Example

White with #AD186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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