Html Css Color HEX #9A160F Mandarian Orange

📋 copy color: '#9A160F'

red 154 ◦ green 22 ◦ blue 15

#9A160F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #9A160F

Tints of Mandarian Orange #9A160F

RGB

 RED value IS 154 (60.55% from 255) = 80.63%

 GREEN value IS 22 (8.98% from 255) = 11.52%

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 80.63%
G = 11.52%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A160F (or 0x9A160F) is known color: Mandarian Orange. HEX triplet: 9A, 16 and 0F. RGB value is (154,22,15). Sum of RGB (Red+Green+Blue) = 154+22+15=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A160F is #65E9F0. Grayscale: #3C3C3C. Windows color (decimal): -6679025 or 988826. OLE color: 988826.

HSL color Cylindrical-coordinate representation of color #9A160F: hue angle of 3.02º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A160F is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 22 15 -
CMYK 0 0.86 0.90 0.40
HSL 3.02º 0.82% 0.33% -
HSV(B) 3.02º 0.9% 0.6% -
XYZ 13.7 7.48 1.17 -
YUV 60.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 154 22 15 0 0.86 0.90 0.40 3.02 0.82 0.33
Hex 9A 16 F 0 56 5A 28 3 52 21
Octal 232 26 17 0 126 132 50 3 122 41
Binary 10011010 10110 1111 0 1010110 1011010 101000 11 1010010 100001

Color Harmonies of #9A160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A160F

Black with #9A160F

Text Example


Text Example

White with #9A160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,22,15); }

 H1.HeaderClassName
 {
   color: #9A160F;
 }
 .AnyTagClassName
 {
   color: #9A160F;
 }
</style>

background-color css

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

 a { background-color: rgb(154,22,15); }

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

border-color css

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

 span { border-color: rgb(154,22,15); }

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