Html Css Color HEX #A6084C Jazzberry Jam

📋 copy color: '#A6084C'

red 166 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #A6084C

Tints of Jazzberry Jam #A6084C

RGB

 RED value IS 166 (65.23% from 255) = 66.4%

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 66.4%
G = 3.2%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6084C (or 0xA6084C) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 4C. RGB value is (166,8,76). Sum of RGB (Red+Green+Blue) = 166+8+76=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6084C is #59F7B3. Grayscale: #3E3E3E. Windows color (decimal): -5896116 or 4982950. OLE color: 4982950.

HSL color Cylindrical-coordinate representation of color #A6084C: hue angle of 334.18º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6084C is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 8 76 -
CMYK 0 0.95 0.54 0.35
HSL 334.18º 0.91% 0.34% -
HSV(B) 334.18º 0.95% 0.65% -
XYZ 17.12 8.8 7.63 -
YUV 62.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 166 8 76 0 0.95 0.54 0.35 334.18 0.91 0.34
Hex A6 8 4C 0 5F 36 23 14E 5B 22
Octal 246 10 114 0 137 66 43 516 133 42
Binary 10100110 1000 1001100 0 1011111 110110 100011 101001110 1011011 100010

Color Harmonies of #A6084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6084C

Black with #A6084C

Text Example


Text Example

White with #A6084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6084C; }

 p { color: rgb(166,8,76); }

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

background-color css

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

 a { background-color: rgb(166,8,76); }

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

border-color css

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

 span { border-color: rgb(166,8,76); }

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