Html Css Color HEX #AD155C Jazzberry Jam

📋 copy color: '#AD155C'

red 173 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #AD155C

Tints of Jazzberry Jam #AD155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 60.49%
G = 7.34%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD155C (or 0xAD155C) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 5C. RGB value is (173,21,92). Sum of RGB (Red+Green+Blue) = 173+21+92=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD155C is #52EAA3. Grayscale: #4A4A4A. Windows color (decimal): -5434020 or 6034861. OLE color: 6034861.

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

Color convert

RGB 173 21 92 -
CMYK 0 0.88 0.47 0.32
HSL 331.97º 0.78% 0.38% -
HSV(B) 331.97º 0.88% 0.68% -
XYZ 19.43 10.19 11.07 -
YUV 74.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 173 21 92 0 0.88 0.47 0.32 331.97 0.78 0.38
Hex AD 15 5C 0 58 2F 20 14C 4E 26
Octal 255 25 134 0 130 57 40 514 116 46
Binary 10101101 10101 1011100 0 1011000 101111 100000 101001100 1001110 100110

Color Harmonies of #AD155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD155C

Black with #AD155C

Text Example


Text Example

White with #AD155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD155C; }

 p { color: rgb(173,21,92); }

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

background-color css

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

 a { background-color: rgb(173,21,92); }

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

border-color css

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

 span { border-color: rgb(173,21,92); }

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