Html Css Color HEX #AE086D Jazzberry Jam

📋 copy color: '#AE086D'

red 174 ◦ green 8 ◦ blue 109

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

Shades of Jazzberry Jam #AE086D

Tints of Jazzberry Jam #AE086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 59.79%
G = 2.75%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE086D (or 0xAE086D) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 6D. RGB value is (174,8,109). Sum of RGB (Red+Green+Blue) = 174+8+109=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE086D is #51F792. Grayscale: #444444. Windows color (decimal): -5371795 or 7145646. OLE color: 7145646.

HSL color Cylindrical-coordinate representation of color #AE086D: hue angle of 323.49º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE086D is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 8 109 -
CMYK 0 0.95 0.37 0.32
HSL 323.49º 0.91% 0.36% -
HSV(B) 323.49º 0.95% 0.68% -
XYZ 20.3 10.28 15.38 -
YUV 69.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 174 8 109 0 0.95 0.37 0.32 323.49 0.91 0.36
Hex AE 8 6D 0 5F 25 20 143 5B 24
Octal 256 10 155 0 137 45 40 503 133 44
Binary 10101110 1000 1101101 0 1011111 100101 100000 101000011 1011011 100100

Color Harmonies of #AE086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE086D

Black with #AE086D

Text Example


Text Example

White with #AE086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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