#AC094D

Color #AC094D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AC094D

Tints of Jazzberry Jam #AC094D

Color information

#AC094D (or 0xAC094D) is unknown color: approx 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

RGB172977-
CMYK00.950.550.33
HSL334.97º90.06%35.49%-
HSV(B)334.97º94.77%67.45%-
XYZ18.459.57.88-
YUV65.49134.5203.97-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17297700.950.550.33334.9790.0635.49
HexAC94D05F372114f5a23
Octal254111150137674151713243
Binary1010110010011001101010111111101111000011010011111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>