#9A2007

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

Shades of Mandarian Orange #9A2007

Tints of Mandarian Orange #9A2007

Color information

#9A2007 (or 0x9A2007) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 20 and 07. RGB value is (154,32,7). Sum of RGB (Red+Green+Blue) = 154+32+7=193 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.79% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2007 is #65DFF8. Grayscale: #414141. Windows color (decimal): -6676473 or 467098. OLE color: 467098.

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

Color convert

RGB154327-
CMYK00.790.950.40
HSL10.2º91.3%31.57%-
HSV(B)10.2º95.45%60.39%-
XYZ13.887.921-
YUV65.6394.92191.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 79.79%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 7 (3.12% from 255) = 3.63%
R=79.79%
G=16.58%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15432700.790.950.4010.291.331.57
Hex9A20704F5F28a5b20
Octal2324070117137501213340
Binary1001101010000011101001111101111110100010101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,32,7); }

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

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

 a { background-color: rgb(154,32,7); }

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

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

 span { border-color: rgb(154,32,7); }

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