Html Css Color HEX #AE0656 Jazzberry Jam

📋 copy color: '#AE0656'

red 174 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #AE0656

Tints of Jazzberry Jam #AE0656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 65.41%
G = 2.26%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE0656 (or 0xAE0656) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 56. RGB value is (174,6,86). Sum of RGB (Red+Green+Blue) = 174+6+86=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0656 is #51F9A9. Grayscale: #414141. Windows color (decimal): -5372330 or 5637806. OLE color: 5637806.

HSL color Cylindrical-coordinate representation of color #AE0656: hue angle of 331.43º 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 #AE0656 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 6 86 -
CMYK 0 0.97 0.51 0.32
HSL 331.43º 0.93% 0.35% -
HSV(B) 331.43º 0.97% 0.68% -
XYZ 19.2 9.8 9.68 -
YUV 65.35 139.66 205.5 -
System Red Green Blue C M Y K H S L
Decimal 174 6 86 0 0.97 0.51 0.32 331.43 0.93 0.35
Hex AE 6 56 0 61 33 20 14B 5D 23
Octal 256 6 126 0 141 63 40 513 135 43
Binary 10101110 110 1010110 0 1100001 110011 100000 101001011 1011101 100011

Color Harmonies of #AE0656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0656

Black with #AE0656

Text Example


Text Example

White with #AE0656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0656; }

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

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

background-color css

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

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

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

border-color css

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

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

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