Html Css Color HEX #AD186F Jazzberry Jam

📋 copy color: '#AD186F'

red 173 ◦ green 24 ◦ blue 111

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

Shades of Jazzberry Jam #AD186F

Tints of Jazzberry Jam #AD186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 56.17%
G = 7.79%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD186F (or 0xAD186F) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 6F. RGB value is (173,24,111). Sum of RGB (Red+Green+Blue) = 173+24+111=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD186F is #52E790. Grayscale: #4E4E4E. Windows color (decimal): -5433233 or 7280813. OLE color: 7280813.

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

Color convert

RGB 173 24 111 -
CMYK 0 0.86 0.36 0.32
HSL 324.97º 0.76% 0.39% -
HSV(B) 324.97º 0.86% 0.68% -
XYZ 20.43 10.69 16.02 -
YUV 78.47 146.36 195.43 -
System Red Green Blue C M Y K H S L
Decimal 173 24 111 0 0.86 0.36 0.32 324.97 0.76 0.39
Hex AD 18 6F 0 56 24 20 145 4C 27
Octal 255 30 157 0 126 44 40 505 114 47
Binary 10101101 11000 1101111 0 1010110 100100 100000 101000101 1001100 100111

Color Harmonies of #AD186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD186F

Black with #AD186F

Text Example


Text Example

White with #AD186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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