#AE094B

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

Shades of Jazzberry Jam #AE094B

Tints of Jazzberry Jam #AE094B

Color information

#AE094B (or 0xAE094B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 4B. RGB value is (174,9,75). Sum of RGB (Red+Green+Blue) = 174+9+75=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE094B is #51F6B4. Grayscale: #414141. Windows color (decimal): -5371573 or 4917678. OLE color: 4917678.

HSL color Cylindrical-coordinate representation of color #AE094B: hue angle of 336º 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 #AE094B is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB174975-
CMYK00.950.570.32
HSL336º90.16%35.88%-
HSV(B)336º94.83%68.24%-
XYZ18.829.77.54-
YUV65.86133.16205.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.44%
GREEN value IS 9 (3.91% from 255) = 3.49%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=67.44%
G=3.49%
B=29.07%

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
Decimal17497500.950.570.3233690.1635.88
HexAE94B05F39201505a24
Octal256111130137714052013244
Binary1010111010011001011010111111110011000001010100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE094B; }

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

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

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

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

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

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

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

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