Html Css Color HEX #AD184D Jazzberry Jam

📋 copy color: '#AD184D'

red 173 ◦ green 24 ◦ blue 77

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

Shades of Jazzberry Jam #AD184D

Tints of Jazzberry Jam #AD184D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.1%

R = 63.14%
G = 8.76%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD184D (or 0xAD184D) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 4D. RGB value is (173,24,77). Sum of RGB (Red+Green+Blue) = 173+24+77=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD184D is #52E7B2. Grayscale: #4A4A4A. Windows color (decimal): -5433267 or 5052589. OLE color: 5052589.

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

Color convert

RGB 173 24 77 -
CMYK 0 0.86 0.55 0.32
HSL 338.66º 0.76% 0.39% -
HSV(B) 338.66º 0.86% 0.68% -
XYZ 18.9 10.07 7.97 -
YUV 74.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 173 24 77 0 0.86 0.55 0.32 338.66 0.76 0.39
Hex AD 18 4D 0 56 37 20 153 4C 27
Octal 255 30 115 0 126 67 40 523 114 47
Binary 10101101 11000 1001101 0 1010110 110111 100000 101010011 1001100 100111

Color Harmonies of #AD184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD184D

Black with #AD184D

Text Example


Text Example

White with #AD184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD184D; }

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

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

background-color css

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

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

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

border-color css

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

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

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