Html Css Color HEX #AE066D Jazzberry Jam

📋 copy color: '#AE066D'

red 174 ◦ green 6 ◦ blue 109

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

Shades of Jazzberry Jam #AE066D

Tints of Jazzberry Jam #AE066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 60.21%
G = 2.08%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE066D (or 0xAE066D) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 6D. RGB value is (174,6,109). Sum of RGB (Red+Green+Blue) = 174+6+109=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE066D is #51F992. Grayscale: #434343. Windows color (decimal): -5372307 or 7145134. OLE color: 7145134.

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

Color convert

RGB 174 6 109 -
CMYK 0 0.97 0.37 0.32
HSL 323.21º 0.93% 0.35% -
HSV(B) 323.21º 0.97% 0.68% -
XYZ 20.28 10.23 15.37 -
YUV 67.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 174 6 109 0 0.97 0.37 0.32 323.21 0.93 0.35
Hex AE 6 6D 0 61 25 20 143 5D 23
Octal 256 6 155 0 141 45 40 503 135 43
Binary 10101110 110 1101101 0 1100001 100101 100000 101000011 1011101 100011

Color Harmonies of #AE066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE066D

Black with #AE066D

Text Example


Text Example

White with #AE066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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