#AE094A

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

Shades of Jazzberry Jam #AE094A

Tints of Jazzberry Jam #AE094A

Color information

#AE094A (or 0xAE094A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 4A. RGB value is (174,9,74). Sum of RGB (Red+Green+Blue) = 174+9+74=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE094A is #51F6B5. Grayscale: #414141. Windows color (decimal): -5371574 or 4852142. OLE color: 4852142.

HSL color Cylindrical-coordinate representation of color #AE094A: hue angle of 336.36º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE094A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB174974-
CMYK00.950.570.32
HSL336.36º90.16%35.88%-
HSV(B)336.36º94.83%68.24%-
XYZ18.799.697.36-
YUV65.74132.66205.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.70%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=67.70%
G=3.50%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17497400.950.570.32336.3690.1635.88
HexAE94A05F39201505a24
Octal256111120137714052013244
Binary1010111010011001010010111111110011000001010100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE094A; }

 p { color: rgb(174,9,74); }

 H1.HeaderClassName
 {
   color: #AE094A;
 }
 .AnyTagClassName
 {
   color: #AE094A;
 }
</style>
background-color css

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

 a { background-color: rgb(174,9,74); }

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

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

 span { border-color: rgb(174,9,74); }

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