Html Css Color HEX #AE065E Jazzberry Jam

📋 copy color: '#AE065E'

red 174 ◦ green 6 ◦ blue 94

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

Shades of Jazzberry Jam #AE065E

Tints of Jazzberry Jam #AE065E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 63.5%
G = 2.19%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE065E (or 0xAE065E) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 5E. RGB value is (174,6,94). Sum of RGB (Red+Green+Blue) = 174+6+94=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE065E is #51F9A1. Grayscale: #424242. Windows color (decimal): -5372322 or 6162094. OLE color: 6162094.

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

Color convert

RGB 174 6 94 -
CMYK 0 0.97 0.46 0.32
HSL 328.57º 0.93% 0.35% -
HSV(B) 328.57º 0.97% 0.68% -
XYZ 19.54 9.94 11.48 -
YUV 66.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 174 6 94 0 0.97 0.46 0.32 328.57 0.93 0.35
Hex AE 6 5E 0 61 2E 20 149 5D 23
Octal 256 6 136 0 141 56 40 511 135 43
Binary 10101110 110 1011110 0 1100001 101110 100000 101001001 1011101 100011

Color Harmonies of #AE065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE065E

Black with #AE065E

Text Example


Text Example

White with #AE065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE065E; }

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

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

background-color css

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

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

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

border-color css

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

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

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