Html Css Color HEX #AE064A Jazzberry Jam

📋 copy color: '#AE064A'

red 174 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #AE064A

Tints of Jazzberry Jam #AE064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 68.5%
G = 2.36%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE064A (or 0xAE064A) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 4A. RGB value is (174,6,74). Sum of RGB (Red+Green+Blue) = 174+6+74=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE064A is #51F9B5. Grayscale: #3F3F3F. Windows color (decimal): -5372342 or 4851374. OLE color: 4851374.

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

Color convert

RGB 174 6 74 -
CMYK 0 0.97 0.57 0.32
HSL 335.71º 0.93% 0.35% -
HSV(B) 335.71º 0.97% 0.68% -
XYZ 18.76 9.62 7.35 -
YUV 63.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 174 6 74 0 0.97 0.57 0.32 335.71 0.93 0.35
Hex AE 6 4A 0 61 39 20 150 5D 23
Octal 256 6 112 0 141 71 40 520 135 43
Binary 10101110 110 1001010 0 1100001 111001 100000 101010000 1011101 100011

Color Harmonies of #AE064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE064A

Black with #AE064A

Text Example


Text Example

White with #AE064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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