Html Css Color HEX #AD174B Jazzberry Jam

📋 copy color: '#AD174B'

red 173 ◦ green 23 ◦ blue 75

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

Shades of Jazzberry Jam #AD174B

Tints of Jazzberry Jam #AD174B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 63.84%
G = 8.49%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD174B (or 0xAD174B) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 4B. RGB value is (173,23,75). Sum of RGB (Red+Green+Blue) = 173+23+75=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD174B is #52E8B4. Grayscale: #494949. Windows color (decimal): -5433525 or 4921261. OLE color: 4921261.

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

Color convert

RGB 173 23 75 -
CMYK 0 0.87 0.57 0.32
HSL 339.2º 0.77% 0.38% -
HSV(B) 339.2º 0.87% 0.68% -
XYZ 18.81 10.01 7.6 -
YUV 73.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 173 23 75 0 0.87 0.57 0.32 339.2 0.77 0.38
Hex AD 17 4B 0 57 39 20 153 4D 26
Octal 255 27 113 0 127 71 40 523 115 46
Binary 10101101 10111 1001011 0 1010111 111001 100000 101010011 1001101 100110

Color Harmonies of #AD174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD174B

Black with #AD174B

Text Example


Text Example

White with #AD174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD174B; }

 p { color: rgb(173,23,75); }

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

background-color css

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

 a { background-color: rgb(173,23,75); }

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

border-color css

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

 span { border-color: rgb(173,23,75); }

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