Html Css Color HEX #AD154A Jazzberry Jam

📋 copy color: '#AD154A'

red 173 ◦ green 21 ◦ blue 74

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

Shades of Jazzberry Jam #AD154A

Tints of Jazzberry Jam #AD154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 64.55%
G = 7.84%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD154A (or 0xAD154A) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 4A. RGB value is (173,21,74). Sum of RGB (Red+Green+Blue) = 173+21+74=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD154A is #52EAB5. Grayscale: #484848. Windows color (decimal): -5434038 or 4855213. OLE color: 4855213.

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

Color convert

RGB 173 21 74 -
CMYK 0 0.88 0.57 0.32
HSL 339.08º 0.78% 0.38% -
HSV(B) 339.08º 0.88% 0.68% -
XYZ 18.74 9.91 7.4 -
YUV 72.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 173 21 74 0 0.88 0.57 0.32 339.08 0.78 0.38
Hex AD 15 4A 0 58 39 20 153 4E 26
Octal 255 25 112 0 130 71 40 523 116 46
Binary 10101101 10101 1001010 0 1011000 111001 100000 101010011 1001110 100110

Color Harmonies of #AD154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD154A

Black with #AD154A

Text Example


Text Example

White with #AD154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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