#9A1A09

Color #9A1A09 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9A1A09

Tints of Mandarian Orange #9A1A09

Color information

#9A1A09 (or 0x9A1A09) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 1A and 09. RGB value is (154,26,9). Sum of RGB (Red+Green+Blue) = 154+26+9=189 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.48% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1A09 is #65E5F6. Grayscale: #3E3E3E. Windows color (decimal): -6678007 or 596634. OLE color: 596634.

HSL color Cylindrical-coordinate representation of color #9A1A09: hue angle of 7.03º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A1A09 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB154269-
CMYK00.830.940.40
HSL7.03º88.96%31.96%-
HSV(B)7.03º94.16%60.39%-
XYZ13.757.631.01-
YUV62.3397.91193.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.48%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=81.48%
G=13.76%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15426900.830.940.407.0388.9631.96
Hex9A1A90535E2875920
Octal2323211012313650713140
Binary100110101101010010101001110111101010001111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1A09; }

 p { color: rgb(154,26,9); }

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

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

 a { background-color: rgb(154,26,9); }

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

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

 span { border-color: rgb(154,26,9); }

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