#AB5E2E

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

Shades of Fiery Orange #AB5E2E

Tints of Fiery Orange #AB5E2E

Color information

#AB5E2E (or 0xAB5E2E) is unknown color: approx Fiery Orange. HEX triplet: AB, 5E and 2E. RGB value is (171,94,46). Sum of RGB (Red+Green+Blue) = 171+94+46=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E2E is #54A1D1. Grayscale: #6F6F6F. Windows color (decimal): -5546450 or 3038891. OLE color: 3038891.

HSL color Cylindrical-coordinate representation of color #AB5E2E: hue angle of 23.04º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB5E2E is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1719446-
CMYK00.450.730.33
HSL23.04º57.6%42.55%-
HSV(B)23.04º73.1%67.06%-
XYZ21.2916.864.72-
YUV111.5591.01170.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.98%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=54.98%
G=30.23%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171944600.450.730.3323.0457.642.55
HexAB5E2E02D4921173a2b
Octal2531365605511141277253
Binary1010101110111101011100101101100100110000110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E2E; }

 p { color: rgb(171,94,46); }

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

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

 a { background-color: rgb(171,94,46); }

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

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

 span { border-color: rgb(171,94,46); }

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