Html Css Color HEX #AD186C Jazzberry Jam

📋 copy color: '#AD186C'

red 173 ◦ green 24 ◦ blue 108

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

Shades of Jazzberry Jam #AD186C

Tints of Jazzberry Jam #AD186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 56.72%
G = 7.87%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD186C (or 0xAD186C) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 6C. RGB value is (173,24,108). Sum of RGB (Red+Green+Blue) = 173+24+108=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD186C is #52E793. Grayscale: #4D4D4D. Windows color (decimal): -5433236 or 7084205. OLE color: 7084205.

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

Color convert

RGB 173 24 108 -
CMYK 0 0.86 0.38 0.32
HSL 326.17º 0.76% 0.39% -
HSV(B) 326.17º 0.86% 0.68% -
XYZ 20.27 10.62 15.17 -
YUV 78.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 173 24 108 0 0.86 0.38 0.32 326.17 0.76 0.39
Hex AD 18 6C 0 56 26 20 146 4C 27
Octal 255 30 154 0 126 46 40 506 114 47
Binary 10101101 11000 1101100 0 1010110 100110 100000 101000110 1001100 100111

Color Harmonies of #AD186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD186C

Black with #AD186C

Text Example


Text Example

White with #AD186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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