#A90B5B

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

Shades of Jazzberry Jam #A90B5B

Tints of Jazzberry Jam #A90B5B

Color information

#A90B5B (or 0xA90B5B) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0B and 5B. RGB value is (169,11,91). Sum of RGB (Red+Green+Blue) = 169+11+91=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B5B is #56F4A4. Grayscale: #434343. Windows color (decimal): -5698725 or 5966761. OLE color: 5966761.

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

Color convert

RGB1691191-
CMYK00.930.460.34
HSL329.62º87.78%35.29%-
HSV(B)329.62º93.49%66.27%-
XYZ18.379.4310.75-
YUV67.36141.35200.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.36%
GREEN value IS 11 (4.69% from 255) = 4.06%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=62.36%
G=4.06%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169119100.930.460.34329.6287.7835.29
HexA9B5B05D2E2214a5823
Octal251131330135564251213043
Binary1010100110111011011010111011011101000101010010101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90B5B; }

 p { color: rgb(169,11,91); }

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

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

 a { background-color: rgb(169,11,91); }

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

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

 span { border-color: rgb(169,11,91); }

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