Html Css Color HEX #AD185A Jazzberry Jam

📋 copy color: '#AD185A'

red 173 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #AD185A

Tints of Jazzberry Jam #AD185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 60.28%
G = 8.36%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD185A (or 0xAD185A) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 5A. RGB value is (173,24,90). Sum of RGB (Red+Green+Blue) = 173+24+90=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD185A is #52E7A5. Grayscale: #4B4B4B. Windows color (decimal): -5433254 or 5904557. OLE color: 5904557.

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

Color convert

RGB 173 24 90 -
CMYK 0 0.86 0.48 0.32
HSL 333.42º 0.76% 0.39% -
HSV(B) 333.42º 0.86% 0.68% -
XYZ 19.41 10.28 10.63 -
YUV 76.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 173 24 90 0 0.86 0.48 0.32 333.42 0.76 0.39
Hex AD 18 5A 0 56 30 20 14D 4C 27
Octal 255 30 132 0 126 60 40 515 114 47
Binary 10101101 11000 1011010 0 1010110 110000 100000 101001101 1001100 100111

Color Harmonies of #AD185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD185A

Black with #AD185A

Text Example


Text Example

White with #AD185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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