#AB5E2D

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

Shades of Fiery Orange #AB5E2D

Tints of Fiery Orange #AB5E2D

Color information

#AB5E2D (or 0xAB5E2D) is unknown color: approx Fiery Orange. HEX triplet: AB, 5E and 2D. RGB value is (171,94,45). Sum of RGB (Red+Green+Blue) = 171+94+45=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E2D is #54A1D2. Grayscale: #6F6F6F. Windows color (decimal): -5546451 or 2973355. OLE color: 2973355.

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

Color convert

RGB1719445-
CMYK00.450.740.33
HSL23.33º58.33%42.35%-
HSV(B)23.33º73.68%67.06%-
XYZ21.2716.854.61-
YUV111.4490.51170.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 45 (17.97% from 255) = 14.52%
R=55.16%
G=30.32%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171944500.450.740.3323.3358.3342.35
HexAB5E2D02D4A21173a2a
Octal2531365505511241277252
Binary1010101110111101011010101101100101010000110111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E2D; }

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

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

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

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

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

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

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

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