Html Css Color HEX #A8176D Jazzberry Jam

📋 copy color: '#A8176D'

red 168 ◦ green 23 ◦ blue 109

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

Shades of Jazzberry Jam #A8176D

Tints of Jazzberry Jam #A8176D

RGB

 RED value IS 168 (66.02% from 255) = 56%

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

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 56%
G = 7.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8176D (or 0xA8176D) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 6D. RGB value is (168,23,109). Sum of RGB (Red+Green+Blue) = 168+23+109=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8176D is #57E892. Grayscale: #4B4B4B. Windows color (decimal): -5761171 or 7149480. OLE color: 7149480.

HSL color Cylindrical-coordinate representation of color #A8176D: hue angle of 324.41º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8176D is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 109 -
CMYK 0 0.86 0.35 0.34
HSL 324.41º 0.76% 0.37% -
HSV(B) 324.41º 0.86% 0.66% -
XYZ 19.22 10.04 15.39 -
YUV 76.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 168 23 109 0 0.86 0.35 0.34 324.41 0.76 0.37
Hex A8 17 6D 0 56 23 22 144 4C 25
Octal 250 27 155 0 126 43 42 504 114 45
Binary 10101000 10111 1101101 0 1010110 100011 100010 101000100 1001100 100101

Color Harmonies of #A8176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8176D

Black with #A8176D

Text Example


Text Example

White with #A8176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8176D; }

 p { color: rgb(168,23,109); }

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

background-color css

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

 a { background-color: rgb(168,23,109); }

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

border-color css

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

 span { border-color: rgb(168,23,109); }

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