Html Css Color HEX #A9174A Jazzberry Jam

📋 copy color: '#A9174A'

red 169 ◦ green 23 ◦ blue 74

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

Shades of Jazzberry Jam #A9174A

Tints of Jazzberry Jam #A9174A

RGB

 RED value IS 169 (66.41% from 255) = 63.53%

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

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

R = 63.53%
G = 8.65%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9174A (or 0xA9174A) is known color: Jazzberry Jam. HEX triplet: A9, 17 and 4A. RGB value is (169,23,74). Sum of RGB (Red+Green+Blue) = 169+23+74=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9174A is #56E8B5. Grayscale: #484848. Windows color (decimal): -5695670 or 4855721. OLE color: 4855721.

HSL color Cylindrical-coordinate representation of color #A9174A: hue angle of 339.04º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9174A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 23 74 -
CMYK 0 0.86 0.56 0.34
HSL 339.04º 0.76% 0.38% -
HSV(B) 339.04º 0.86% 0.66% -
XYZ 17.9 9.54 7.38 -
YUV 72.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 169 23 74 0 0.86 0.56 0.34 339.04 0.76 0.38
Hex A9 17 4A 0 56 38 22 153 4C 26
Octal 251 27 112 0 126 70 42 523 114 46
Binary 10101001 10111 1001010 0 1010110 111000 100010 101010011 1001100 100110

Color Harmonies of #A9174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9174A

Black with #A9174A

Text Example


Text Example

White with #A9174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9174A; }

 p { color: rgb(169,23,74); }

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

background-color css

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

 a { background-color: rgb(169,23,74); }

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

border-color css

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

 span { border-color: rgb(169,23,74); }

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