Html Css Color HEX #AE0D4C Jazzberry Jam

📋 copy color: '#AE0D4C'

red 174 ◦ green 13 ◦ blue 76

#AE0D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AE0D4C

Tints of Jazzberry Jam #AE0D4C

RGB

 RED value IS 174 (68.36% from 255) = 66.16%

 GREEN value IS 13 (5.47% from 255) = 4.94%

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 66.16%
G = 4.94%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE0D4C (or 0xAE0D4C) is known color: Jazzberry Jam. HEX triplet: AE, 0D and 4C. RGB value is (174,13,76). Sum of RGB (Red+Green+Blue) = 174+13+76=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D4C is #51F2B3. Grayscale: #444444. Windows color (decimal): -5370548 or 4984238. OLE color: 4984238.

HSL color Cylindrical-coordinate representation of color #AE0D4C: hue angle of 336.52º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D4C is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 13 76 -
CMYK 0 0.93 0.56 0.32
HSL 336.52º 0.86% 0.37% -
HSV(B) 336.52º 0.93% 0.68% -
XYZ 18.9 9.81 7.73 -
YUV 68.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 174 13 76 0 0.93 0.56 0.32 336.52 0.86 0.37
Hex AE D 4C 0 5D 38 20 151 56 25
Octal 256 15 114 0 135 70 40 521 126 45
Binary 10101110 1101 1001100 0 1011101 111000 100000 101010001 1010110 100101

Color Harmonies of #AE0D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0D4C

Black with #AE0D4C

Text Example


Text Example

White with #AE0D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0D4C; }

 p { color: rgb(174,13,76); }

 H1.HeaderClassName
 {
   color: #AE0D4C;
 }
 .AnyTagClassName
 {
   color: #AE0D4C;
 }
</style>

background-color css

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

 a { background-color: rgb(174,13,76); }

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

border-color css

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

 span { border-color: rgb(174,13,76); }

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