Html Css Color HEX #A8164C Jazzberry Jam

📋 copy color: '#A8164C'

red 168 ◦ green 22 ◦ blue 76

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

Shades of Jazzberry Jam #A8164C

Tints of Jazzberry Jam #A8164C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.57%

R = 63.16%
G = 8.27%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8164C (or 0xA8164C) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 4C. RGB value is (168,22,76). Sum of RGB (Red+Green+Blue) = 168+22+76=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8164C is #57E9B3. Grayscale: #474747. Windows color (decimal): -5761460 or 4986536. OLE color: 4986536.

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

Color convert

RGB 168 22 76 -
CMYK 0 0.87 0.55 0.34
HSL 337.81º 0.77% 0.37% -
HSV(B) 337.81º 0.87% 0.66% -
XYZ 17.74 9.42 7.72 -
YUV 71.81 130.37 196.61 -
System Red Green Blue C M Y K H S L
Decimal 168 22 76 0 0.87 0.55 0.34 337.81 0.77 0.37
Hex A8 16 4C 0 57 37 22 152 4D 25
Octal 250 26 114 0 127 67 42 522 115 45
Binary 10101000 10110 1001100 0 1010111 110111 100010 101010010 1001101 100101

Color Harmonies of #A8164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8164C

Black with #A8164C

Text Example


Text Example

White with #A8164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8164C; }

 p { color: rgb(168,22,76); }

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

background-color css

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

 a { background-color: rgb(168,22,76); }

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

border-color css

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

 span { border-color: rgb(168,22,76); }

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