#AE0B4A

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

Shades of Jazzberry Jam #AE0B4A

Tints of Jazzberry Jam #AE0B4A

Color information

#AE0B4A (or 0xAE0B4A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 4A. RGB value is (174,11,74). Sum of RGB (Red+Green+Blue) = 174+11+74=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B4A is #51F4B5. Grayscale: #424242. Windows color (decimal): -5371062 or 4852654. OLE color: 4852654.

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

Color convert

RGB1741174-
CMYK00.940.570.32
HSL336.81º88.11%36.27%-
HSV(B)336.81º93.68%68.24%-
XYZ18.819.737.37-
YUV66.92132204.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 11 (4.69% from 255) = 4.25%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=67.18%
G=4.25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174117400.940.570.32336.8188.1136.27
HexAEB4A05E39201515824
Octal256131120136714052113044
Binary1010111010111001010010111101110011000001010100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B4A; }

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

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

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

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

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

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

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

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