Html Css Color HEX #AD186E Jazzberry Jam

📋 copy color: '#AD186E'

red 173 ◦ green 24 ◦ blue 110

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

Shades of Jazzberry Jam #AD186E

Tints of Jazzberry Jam #AD186E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 56.35%
G = 7.82%
B = 35.83%

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

#AD186E (or 0xAD186E) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 6E. RGB value is (173,24,110). Sum of RGB (Red+Green+Blue) = 173+24+110=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD186E is #52E791. Grayscale: #4E4E4E. Windows color (decimal): -5433234 or 7215277. OLE color: 7215277.

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

Color convert

RGB 173 24 110 -
CMYK 0 0.86 0.36 0.32
HSL 325.37º 0.76% 0.39% -
HSV(B) 325.37º 0.86% 0.68% -
XYZ 20.37 10.66 15.74 -
YUV 78.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 173 24 110 0 0.86 0.36 0.32 325.37 0.76 0.39
Hex AD 18 6E 0 56 24 20 145 4C 27
Octal 255 30 156 0 126 44 40 505 114 47
Binary 10101101 11000 1101110 0 1010110 100100 100000 101000101 1001100 100111

Color Harmonies of #AD186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD186E

Black with #AD186E

Text Example


Text Example

White with #AD186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD186E; }

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

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

background-color css

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

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

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

border-color css

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

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

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