Html Css Color HEX #AE084D Jazzberry Jam

📋 copy color: '#AE084D'

red 174 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #AE084D

Tints of Jazzberry Jam #AE084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 67.18%
G = 3.09%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE084D (or 0xAE084D) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 4D. RGB value is (174,8,77). Sum of RGB (Red+Green+Blue) = 174+8+77=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE084D is #51F7B2. Grayscale: #414141. Windows color (decimal): -5371827 or 5048494. OLE color: 5048494.

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

Color convert

RGB 174 8 77 -
CMYK 0 0.95 0.56 0.32
HSL 335.06º 0.91% 0.36% -
HSV(B) 335.06º 0.95% 0.68% -
XYZ 18.88 9.71 7.9 -
YUV 65.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 174 8 77 0 0.95 0.56 0.32 335.06 0.91 0.36
Hex AE 8 4D 0 5F 38 20 14F 5B 24
Octal 256 10 115 0 137 70 40 517 133 44
Binary 10101110 1000 1001101 0 1011111 111000 100000 101001111 1011011 100100

Color Harmonies of #AE084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE084D

Black with #AE084D

Text Example


Text Example

White with #AE084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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