Html Css Color HEX #AE086C Jazzberry Jam

📋 copy color: '#AE086C'

red 174 ◦ green 8 ◦ blue 108

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

Shades of Jazzberry Jam #AE086C

Tints of Jazzberry Jam #AE086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 60%
G = 2.76%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE086C (or 0xAE086C) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 6C. RGB value is (174,8,108). Sum of RGB (Red+Green+Blue) = 174+8+108=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE086C is #51F793. Grayscale: #444444. Windows color (decimal): -5371796 or 7080110. OLE color: 7080110.

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

Color convert

RGB 174 8 108 -
CMYK 0 0.95 0.38 0.32
HSL 323.86º 0.91% 0.36% -
HSV(B) 323.86º 0.95% 0.68% -
XYZ 20.25 10.26 15.1 -
YUV 69.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 174 8 108 0 0.95 0.38 0.32 323.86 0.91 0.36
Hex AE 8 6C 0 5F 26 20 144 5B 24
Octal 256 10 154 0 137 46 40 504 133 44
Binary 10101110 1000 1101100 0 1011111 100110 100000 101000100 1011011 100100

Color Harmonies of #AE086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE086C

Black with #AE086C

Text Example


Text Example

White with #AE086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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