#ae0b4f

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

Shades of Jazzberry Jam #AE0B4F

Tints of Jazzberry Jam #AE0B4F

Color information

#AE0B4F (or 0xAE0B4F) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 4F. RGB value is (174,11,79). Sum of RGB (Red+Green+Blue) = 174+11+79=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B4F is #51F4B0. Grayscale: #434343. Windows color (decimal): -5371057 or 5180334. OLE color: 5180334.

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

Color convert

RGB1741179-
CMYK00.940.550.32
HSL334.97º88.11%36.27%-
HSV(B)334.97º93.68%68.24%-
XYZ18.999.88.29-
YUV67.49134.5203.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.91%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=65.91%
G=4.17%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174117900.940.550.32334.9788.1136.27
HexAEB4F05E372014f5824
Octal256131170136674051713044
Binary1010111010111001111010111101101111000001010011111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae0b4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae0b4f; }

 p { color: rgb(174,11,79); }

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

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

 a { background-color: rgb(174,11,79); }

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

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

 span { border-color: rgb(174,11,79); }

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