Html Css Color HEX #AC094D Jazzberry Jam

📋 copy color: '#AC094D'

red 172 ◦ green 9 ◦ blue 77

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

Shades of Jazzberry Jam #AC094D

Tints of Jazzberry Jam #AC094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 66.67%
G = 3.49%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC094D (or 0xAC094D) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 4D. RGB value is (172,9,77). Sum of RGB (Red+Green+Blue) = 172+9+77=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC094D is #53F6B2. Grayscale: #414141. Windows color (decimal): -5502643 or 5048748. OLE color: 5048748.

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

Color convert

RGB 172 9 77 -
CMYK 0 0.95 0.55 0.33
HSL 334.97º 0.9% 0.35% -
HSV(B) 334.97º 0.95% 0.67% -
XYZ 18.45 9.5 7.88 -
YUV 65.49 134.5 203.97 -
System Red Green Blue C M Y K H S L
Decimal 172 9 77 0 0.95 0.55 0.33 334.97 0.9 0.35
Hex AC 9 4D 0 5F 37 21 14F 5A 23
Octal 254 11 115 0 137 67 41 517 132 43
Binary 10101100 1001 1001101 0 1011111 110111 100001 101001111 1011010 100011

Color Harmonies of #AC094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC094D

Black with #AC094D

Text Example


Text Example

White with #AC094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC094D; }

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

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

background-color css

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

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

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

border-color css

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

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

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