Html Css Color HEX #AC194D Jazzberry Jam

📋 copy color: '#AC194D'

red 172 ◦ green 25 ◦ blue 77

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

Shades of Jazzberry Jam #AC194D

Tints of Jazzberry Jam #AC194D

RGB

 RED value IS 172 (67.58% from 255) = 62.77%

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 77 (30.47% from 255) = 28.1%

R = 62.77%
G = 9.12%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC194D (or 0xAC194D) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 4D. RGB value is (172,25,77). Sum of RGB (Red+Green+Blue) = 172+25+77=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC194D is #53E6B2. Grayscale: #4A4A4A. Windows color (decimal): -5498547 or 5052844. OLE color: 5052844.

HSL color Cylindrical-coordinate representation of color #AC194D: hue angle of 338.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC194D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 77 -
CMYK 0 0.85 0.55 0.33
HSL 338.78º 0.75% 0.39% -
HSV(B) 338.78º 0.85% 0.67% -
XYZ 18.7 10 7.97 -
YUV 74.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 172 25 77 0 0.85 0.55 0.33 338.78 0.75 0.39
Hex AC 19 4D 0 55 37 21 153 4B 27
Octal 254 31 115 0 125 67 41 523 113 47
Binary 10101100 11001 1001101 0 1010101 110111 100001 101010011 1001011 100111

Color Harmonies of #AC194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC194D

Black with #AC194D

Text Example


Text Example

White with #AC194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC194D; }

 p { color: rgb(172,25,77); }

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

background-color css

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

 a { background-color: rgb(172,25,77); }

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

border-color css

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

 span { border-color: rgb(172,25,77); }

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