Html Css Color HEX #AD174F Jazzberry Jam

📋 copy color: '#AD174F'

red 173 ◦ green 23 ◦ blue 79

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

Shades of Jazzberry Jam #AD174F

Tints of Jazzberry Jam #AD174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 62.91%
G = 8.36%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD174F (or 0xAD174F) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 4F. RGB value is (173,23,79). Sum of RGB (Red+Green+Blue) = 173+23+79=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD174F is #52E8B0. Grayscale: #4A4A4A. Windows color (decimal): -5433521 or 5183405. OLE color: 5183405.

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

Color convert

RGB 173 23 79 -
CMYK 0 0.87 0.54 0.32
HSL 337.6º 0.77% 0.38% -
HSV(B) 337.6º 0.87% 0.68% -
XYZ 18.95 10.06 8.34 -
YUV 74.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 173 23 79 0 0.87 0.54 0.32 337.6 0.77 0.38
Hex AD 17 4F 0 57 36 20 152 4D 26
Octal 255 27 117 0 127 66 40 522 115 46
Binary 10101101 10111 1001111 0 1010111 110110 100000 101010010 1001101 100110

Color Harmonies of #AD174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD174F

Black with #AD174F

Text Example


Text Example

White with #AD174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD174F; }

 p { color: rgb(173,23,79); }

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

background-color css

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

 a { background-color: rgb(173,23,79); }

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

border-color css

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

 span { border-color: rgb(173,23,79); }

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