Html Css Color HEX #AC134A Jazzberry Jam

📋 copy color: '#AC134A'

red 172 ◦ green 19 ◦ blue 74

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

Shades of Jazzberry Jam #AC134A

Tints of Jazzberry Jam #AC134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 64.91%
G = 7.17%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC134A (or 0xAC134A) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 4A. RGB value is (172,19,74). Sum of RGB (Red+Green+Blue) = 172+19+74=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC134A is #53ECB5. Grayscale: #464646. Windows color (decimal): -5500086 or 4854700. OLE color: 4854700.

HSL color Cylindrical-coordinate representation of color #AC134A: hue angle of 338.43º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC134A is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 74 -
CMYK 0 0.89 0.57 0.33
HSL 338.43º 0.8% 0.37% -
HSV(B) 338.43º 0.89% 0.67% -
XYZ 18.48 9.73 7.38 -
YUV 71.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 172 19 74 0 0.89 0.57 0.33 338.43 0.8 0.37
Hex AC 13 4A 0 59 39 21 152 50 25
Octal 254 23 112 0 131 71 41 522 120 45
Binary 10101100 10011 1001010 0 1011001 111001 100001 101010010 1010000 100101

Color Harmonies of #AC134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC134A

Black with #AC134A

Text Example


Text Example

White with #AC134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC134A; }

 p { color: rgb(172,19,74); }

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

background-color css

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

 a { background-color: rgb(172,19,74); }

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

border-color css

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

 span { border-color: rgb(172,19,74); }

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