Html Css Color HEX #AD195F Jazzberry Jam

📋 copy color: '#AD195F'

red 173 ◦ green 25 ◦ blue 95

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

Shades of Jazzberry Jam #AD195F

Tints of Jazzberry Jam #AD195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.42%

R = 59.04%
G = 8.53%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD195F (or 0xAD195F) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 5F. RGB value is (173,25,95). Sum of RGB (Red+Green+Blue) = 173+25+95=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD195F is #52E6A0. Grayscale: #4D4D4D. Windows color (decimal): -5432993 or 6232493. OLE color: 6232493.

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

Color convert

RGB 173 25 95 -
CMYK 0 0.86 0.45 0.32
HSL 331.62º 0.75% 0.39% -
HSV(B) 331.62º 0.86% 0.68% -
XYZ 19.65 10.41 11.8 -
YUV 77.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 173 25 95 0 0.86 0.45 0.32 331.62 0.75 0.39
Hex AD 19 5F 0 56 2D 20 14C 4B 27
Octal 255 31 137 0 126 55 40 514 113 47
Binary 10101101 11001 1011111 0 1010110 101101 100000 101001100 1001011 100111

Color Harmonies of #AD195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD195F

Black with #AD195F

Text Example


Text Example

White with #AD195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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