#A9066A

Color #A9066A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A9066A

Tints of Jazzberry Jam #A9066A

Color information

#A9066A (or 0xA9066A) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 06 and 6A. RGB value is (169,6,106). Sum of RGB (Red+Green+Blue) = 169+6+106=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A9066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9066A is #56F995. Grayscale: #414141. Windows color (decimal): -5699990 or 6948521. OLE color: 6948521.

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

Color convert

RGB1696106-
CMYK00.960.370.34
HSL323.19º93.14%34.31%-
HSV(B)323.19º96.45%66.27%-
XYZ19.039.6114.49-
YUV66.14150.5201.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.14%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=60.14%
G=2.14%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169610600.960.370.34323.1993.1434.31
HexA966A06025221435d22
Octal25161520140454250313542
Binary101010011101101010011000001001011000101010000111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9066A; }

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

 H1.HeaderClassName
 {
   color: #A9066A;
 }
 .AnyTagClassName
 {
   color: #A9066A;
 }
</style>
background-color css

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

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

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

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

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

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