Html Css Color HEX #AE184D Jazzberry Jam

📋 copy color: '#AE184D'

red 174 ◦ green 24 ◦ blue 77

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

Shades of Jazzberry Jam #AE184D

Tints of Jazzberry Jam #AE184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

 BLUE value IS 77 (30.47% from 255) = 28%

R = 63.27%
G = 8.73%
B = 28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE184D (or 0xAE184D) is known color: Jazzberry Jam. HEX triplet: AE, 18 and 4D. RGB value is (174,24,77). Sum of RGB (Red+Green+Blue) = 174+24+77=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE184D is #51E7B2. Grayscale: #4A4A4A. Windows color (decimal): -5367731 or 5052590. OLE color: 5052590.

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

Color convert

RGB 174 24 77 -
CMYK 0 0.86 0.56 0.32
HSL 338.8º 0.76% 0.39% -
HSV(B) 338.8º 0.86% 0.68% -
XYZ 19.12 10.19 7.98 -
YUV 74.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 174 24 77 0 0.86 0.56 0.32 338.8 0.76 0.39
Hex AE 18 4D 0 56 38 20 153 4C 27
Octal 256 30 115 0 126 70 40 523 114 47
Binary 10101110 11000 1001101 0 1010110 111000 100000 101010011 1001100 100111

Color Harmonies of #AE184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE184D

Black with #AE184D

Text Example


Text Example

White with #AE184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE184D; }

 p { color: rgb(174,24,77); }

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

background-color css

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

 a { background-color: rgb(174,24,77); }

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

border-color css

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

 span { border-color: rgb(174,24,77); }

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