Html Css Color HEX #AD086C Jazzberry Jam

📋 copy color: '#AD086C'

red 173 ◦ green 8 ◦ blue 108

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

Shades of Jazzberry Jam #AD086C

Tints of Jazzberry Jam #AD086C

RGB

 RED value IS 173 (67.97% from 255) = 59.86%

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

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

R = 59.86%
G = 2.77%
B = 37.37%

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

#AD086C (or 0xAD086C) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 6C. RGB value is (173,8,108). Sum of RGB (Red+Green+Blue) = 173+8+108=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD086C is #52F793. Grayscale: #444444. Windows color (decimal): -5437332 or 7080109. OLE color: 7080109.

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

Color convert

RGB 173 8 108 -
CMYK 0 0.95 0.38 0.32
HSL 323.64º 0.91% 0.35% -
HSV(B) 323.64º 0.95% 0.68% -
XYZ 20.03 10.14 15.09 -
YUV 68.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 173 8 108 0 0.95 0.38 0.32 323.64 0.91 0.35
Hex AD 8 6C 0 5F 26 20 144 5B 23
Octal 255 10 154 0 137 46 40 504 133 43
Binary 10101101 1000 1101100 0 1011111 100110 100000 101000100 1011011 100011

Color Harmonies of #AD086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD086C

Black with #AD086C

Text Example


Text Example

White with #AD086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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