Html Css Color HEX #AD185B Jazzberry Jam

📋 copy color: '#AD185B'

red 173 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #AD185B

Tints of Jazzberry Jam #AD185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 60.07%
G = 8.33%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD185B (or 0xAD185B) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 5B. RGB value is (173,24,91). Sum of RGB (Red+Green+Blue) = 173+24+91=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD185B is #52E7A4. Grayscale: #4C4C4C. Windows color (decimal): -5433253 or 5970093. OLE color: 5970093.

HSL color Cylindrical-coordinate representation of color #AD185B: hue angle of 333.02º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD185B is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 91 -
CMYK 0 0.86 0.47 0.32
HSL 333.02º 0.76% 0.39% -
HSV(B) 333.02º 0.86% 0.68% -
XYZ 19.45 10.29 10.86 -
YUV 76.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 173 24 91 0 0.86 0.47 0.32 333.02 0.76 0.39
Hex AD 18 5B 0 56 2F 20 14D 4C 27
Octal 255 30 133 0 126 57 40 515 114 47
Binary 10101101 11000 1011011 0 1010110 101111 100000 101001101 1001100 100111

Color Harmonies of #AD185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD185B

Black with #AD185B

Text Example


Text Example

White with #AD185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD185B; }

 p { color: rgb(173,24,91); }

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

background-color css

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

 a { background-color: rgb(173,24,91); }

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

border-color css

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

 span { border-color: rgb(173,24,91); }

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