Html Css Color HEX #A8064C Jazzberry Jam

📋 copy color: '#A8064C'

red 168 ◦ green 6 ◦ blue 76

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

Shades of Jazzberry Jam #A8064C

Tints of Jazzberry Jam #A8064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 67.2%
G = 2.4%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8064C (or 0xA8064C) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 4C. RGB value is (168,6,76). Sum of RGB (Red+Green+Blue) = 168+6+76=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8064C is #57F9B3. Grayscale: #3E3E3E. Windows color (decimal): -5765556 or 4982440. OLE color: 4982440.

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

Color convert

RGB 168 6 76 -
CMYK 0 0.96 0.55 0.34
HSL 334.07º 0.93% 0.34% -
HSV(B) 334.07º 0.96% 0.66% -
XYZ 17.52 8.98 7.65 -
YUV 62.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 168 6 76 0 0.96 0.55 0.34 334.07 0.93 0.34
Hex A8 6 4C 0 60 37 22 14E 5D 22
Octal 250 6 114 0 140 67 42 516 135 42
Binary 10101000 110 1001100 0 1100000 110111 100010 101001110 1011101 100010

Color Harmonies of #A8064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8064C

Black with #A8064C

Text Example


Text Example

White with #A8064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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