Html Css Color HEX #AD195C Jazzberry Jam

📋 copy color: '#AD195C'

red 173 ◦ green 25 ◦ blue 92

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

Shades of Jazzberry Jam #AD195C

Tints of Jazzberry Jam #AD195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 59.66%
G = 8.62%
B = 31.72%

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

#AD195C (or 0xAD195C) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 5C. RGB value is (173,25,92). Sum of RGB (Red+Green+Blue) = 173+25+92=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD195C is #52E6A3. Grayscale: #4C4C4C. Windows color (decimal): -5432996 or 6035885. OLE color: 6035885.

HSL color Cylindrical-coordinate representation of color #AD195C: hue angle of 332.84º degrees, saturation: 0.75, 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 #AD195C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 92 -
CMYK 0 0.86 0.47 0.32
HSL 332.84º 0.75% 0.39% -
HSV(B) 332.84º 0.86% 0.68% -
XYZ 19.51 10.35 11.09 -
YUV 76.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 173 25 92 0 0.86 0.47 0.32 332.84 0.75 0.39
Hex AD 19 5C 0 56 2F 20 14D 4B 27
Octal 255 31 134 0 126 57 40 515 113 47
Binary 10101101 11001 1011100 0 1010110 101111 100000 101001101 1001011 100111

Color Harmonies of #AD195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD195C

Black with #AD195C

Text Example


Text Example

White with #AD195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD195C; }

 p { color: rgb(173,25,92); }

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

background-color css

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

 a { background-color: rgb(173,25,92); }

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

border-color css

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

 span { border-color: rgb(173,25,92); }

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