Html Css Color HEX #AD136C Jazzberry Jam

📋 copy color: '#AD136C'

red 173 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #AD136C

Tints of Jazzberry Jam #AD136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

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

R = 57.67%
G = 6.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD136C (or 0xAD136C) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 6C. RGB value is (173,19,108). Sum of RGB (Red+Green+Blue) = 173+19+108=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD136C is #52EC93. Grayscale: #4A4A4A. Windows color (decimal): -5434516 or 7082925. OLE color: 7082925.

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

Color convert

RGB 173 19 108 -
CMYK 0 0.89 0.38 0.32
HSL 325.32º 0.8% 0.38% -
HSV(B) 325.32º 0.89% 0.68% -
XYZ 20.17 10.43 15.14 -
YUV 75.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 173 19 108 0 0.89 0.38 0.32 325.32 0.8 0.38
Hex AD 13 6C 0 59 26 20 145 50 26
Octal 255 23 154 0 131 46 40 505 120 46
Binary 10101101 10011 1101100 0 1011001 100110 100000 101000101 1010000 100110

Color Harmonies of #AD136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD136C

Black with #AD136C

Text Example


Text Example

White with #AD136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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