#A90652

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

Shades of Jazzberry Jam #A90652

Tints of Jazzberry Jam #A90652

Color information

#A90652 (or 0xA90652) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 06 and 52. RGB value is (169,6,82). Sum of RGB (Red+Green+Blue) = 169+6+82=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A90652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90652 is #56F9AD. Grayscale: #3F3F3F. Windows color (decimal): -5700014 or 5375657. OLE color: 5375657.

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

Color convert

RGB169682-
CMYK00.960.510.34
HSL332.02º93.14%34.31%-
HSV(B)332.02º96.45%66.27%-
XYZ17.959.178.81-
YUV63.4138.5203.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.76%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=65.76%
G=2.33%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16968200.960.510.34332.0293.1434.31
HexA9652060332214c5d22
Octal25161220140634251413542
Binary101010011101010010011000001100111000101010011001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90652; }

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

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

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

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

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

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

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

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