Html Css Color HEX #A9066D Jazzberry Jam

📋 copy color: '#A9066D'

red 169 ◦ green 6 ◦ blue 109

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

Shades of Jazzberry Jam #A9066D

Tints of Jazzberry Jam #A9066D

RGB

 RED value IS 169 (66.41% from 255) = 59.51%

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

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

R = 59.51%
G = 2.11%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9066D (or 0xA9066D) is known color: Jazzberry Jam. HEX triplet: A9, 06 and 6D. RGB value is (169,6,109). Sum of RGB (Red+Green+Blue) = 169+6+109=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A9066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9066D is #56F992. Grayscale: #424242. Windows color (decimal): -5699987 or 7145129. OLE color: 7145129.

HSL color Cylindrical-coordinate representation of color #A9066D: hue angle of 322.09º 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 #A9066D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 6 109 -
CMYK 0 0.96 0.36 0.34
HSL 322.09º 0.93% 0.34% -
HSV(B) 322.09º 0.96% 0.66% -
XYZ 19.19 9.67 15.32 -
YUV 66.48 152 201.12 -
System Red Green Blue C M Y K H S L
Decimal 169 6 109 0 0.96 0.36 0.34 322.09 0.93 0.34
Hex A9 6 6D 0 60 24 22 142 5D 22
Octal 251 6 155 0 140 44 42 502 135 42
Binary 10101001 110 1101101 0 1100000 100100 100010 101000010 1011101 100010

Color Harmonies of #A9066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9066D

Black with #A9066D

Text Example


Text Example

White with #A9066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9066D; }

 p { color: rgb(169,6,109); }

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

background-color css

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

 a { background-color: rgb(169,6,109); }

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

border-color css

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

 span { border-color: rgb(169,6,109); }

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