Html Css Color HEX #AD155A Jazzberry Jam

📋 copy color: '#AD155A'

red 173 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #AD155A

Tints of Jazzberry Jam #AD155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 60.92%
G = 7.39%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD155A (or 0xAD155A) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 5A. RGB value is (173,21,90). Sum of RGB (Red+Green+Blue) = 173+21+90=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD155A is #52EAA5. Grayscale: #4A4A4A. Windows color (decimal): -5434022 or 5903789. OLE color: 5903789.

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

Color convert

RGB 173 21 90 -
CMYK 0 0.88 0.48 0.32
HSL 332.76º 0.78% 0.38% -
HSV(B) 332.76º 0.88% 0.68% -
XYZ 19.35 10.16 10.61 -
YUV 74.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 173 21 90 0 0.88 0.48 0.32 332.76 0.78 0.38
Hex AD 15 5A 0 58 30 20 14D 4E 26
Octal 255 25 132 0 130 60 40 515 116 46
Binary 10101101 10101 1011010 0 1011000 110000 100000 101001101 1001110 100110

Color Harmonies of #AD155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD155A

Black with #AD155A

Text Example


Text Example

White with #AD155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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