Html Css Color HEX #AE0746 Jazzberry Jam

📋 copy color: '#AE0746'

red 174 ◦ green 7 ◦ blue 70

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

Shades of Jazzberry Jam #AE0746

Tints of Jazzberry Jam #AE0746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 69.32%
G = 2.79%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE0746 (or 0xAE0746) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 46. RGB value is (174,7,70). Sum of RGB (Red+Green+Blue) = 174+7+70=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0746 is #51F8B9. Grayscale: #404040. Windows color (decimal): -5372090 or 4589486. OLE color: 4589486.

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

Color convert

RGB 174 7 70 -
CMYK 0 0.96 0.60 0.32
HSL 337.37º 0.92% 0.35% -
HSV(B) 337.37º 0.96% 0.68% -
XYZ 18.64 9.59 6.66 -
YUV 64.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 174 7 70 0 0.96 0.60 0.32 337.37 0.92 0.35
Hex AE 7 46 0 60 3C 20 151 5C 23
Octal 256 7 106 0 140 74 40 521 134 43
Binary 10101110 111 1000110 0 1100000 111100 100000 101010001 1011100 100011

Color Harmonies of #AE0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0746

Black with #AE0746

Text Example


Text Example

White with #AE0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0746; }

 p { color: rgb(174,7,70); }

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

background-color css

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

 a { background-color: rgb(174,7,70); }

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

border-color css

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

 span { border-color: rgb(174,7,70); }

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