#ae0b4b

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

Shades of Jazzberry Jam #AE0B4B

Tints of Jazzberry Jam #AE0B4B

Color information

#AE0B4B (or 0xAE0B4B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 4B. RGB value is (174,11,75). Sum of RGB (Red+Green+Blue) = 174+11+75=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B4B is #51F4B4. Grayscale: #424242. Windows color (decimal): -5371061 or 4918190. OLE color: 4918190.

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

Color convert

RGB1741175-
CMYK00.940.570.32
HSL336.44º88.11%36.27%-
HSV(B)336.44º93.68%68.24%-
XYZ18.859.757.54-
YUV67.03132.5204.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.92%
GREEN value IS 11 (4.69% from 255) = 4.23%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=66.92%
G=4.23%
B=28.85%

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
Decimal174117500.940.570.32336.4488.1136.27
HexAEB4B05E39201505824
Octal256131130136714052013044
Binary1010111010111001011010111101110011000001010100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae0b4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae0b4b; }

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

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

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

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

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

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

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

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