#AB572E

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

Shades of Fiery Orange #AB572E

Tints of Fiery Orange #AB572E

Color information

#AB572E (or 0xAB572E) is unknown color: approx Fiery Orange. HEX triplet: AB, 57 and 2E. RGB value is (171,87,46). Sum of RGB (Red+Green+Blue) = 171+87+46=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB572E is #54A8D1. Grayscale: #6B6B6B. Windows color (decimal): -5548242 or 3037099. OLE color: 3037099.

HSL color Cylindrical-coordinate representation of color #AB572E: hue angle of 19.68º 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 #AB572E is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1718746-
CMYK00.490.730.33
HSL19.68º57.6%42.55%-
HSV(B)19.68º73.1%67.06%-
XYZ20.715.674.52-
YUV107.4493.33173.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=56.25%
G=28.62%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171874600.490.730.3319.6857.642.55
HexAB572E0314921143a2b
Octal2531275606111141247253
Binary1010101110101111011100110001100100110000110100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB572E; }

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

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

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

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

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

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

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

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