Html Css Color HEX #AD165B Jazzberry Jam

📋 copy color: '#AD165B'

red 173 ◦ green 22 ◦ blue 91

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

Shades of Jazzberry Jam #AD165B

Tints of Jazzberry Jam #AD165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

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

R = 60.49%
G = 7.69%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD165B (or 0xAD165B) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 5B. RGB value is (173,22,91). Sum of RGB (Red+Green+Blue) = 173+22+91=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD165B is #52E9A4. Grayscale: #4A4A4A. Windows color (decimal): -5433765 or 5969581. OLE color: 5969581.

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

Color convert

RGB 173 22 91 -
CMYK 0 0.87 0.47 0.32
HSL 332.58º 0.77% 0.38% -
HSV(B) 332.58º 0.87% 0.68% -
XYZ 19.41 10.21 10.85 -
YUV 75.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 173 22 91 0 0.87 0.47 0.32 332.58 0.77 0.38
Hex AD 16 5B 0 57 2F 20 14D 4D 26
Octal 255 26 133 0 127 57 40 515 115 46
Binary 10101101 10110 1011011 0 1010111 101111 100000 101001101 1001101 100110

Color Harmonies of #AD165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD165B

Black with #AD165B

Text Example


Text Example

White with #AD165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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