#AB572B

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

Shades of Fiery Orange #AB572B

Tints of Fiery Orange #AB572B

Color information

#AB572B (or 0xAB572B) is unknown color: approx Fiery Orange. HEX triplet: AB, 57 and 2B. RGB value is (171,87,43). Sum of RGB (Red+Green+Blue) = 171+87+43=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB572B is #54A8D4. Grayscale: #6B6B6B. Windows color (decimal): -5548245 or 2840491. OLE color: 2840491.

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

Color convert

RGB1718743-
CMYK00.490.750.33
HSL20.62º59.81%41.96%-
HSV(B)20.62º74.85%67.06%-
XYZ20.6415.654.22-
YUV107.191.83173.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 43 (17.19% from 255) = 14.29%
R=56.81%
G=28.90%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171874300.490.750.3320.6259.8141.96
HexAB572B0314B21153c2a
Octal2531275306111341257452
Binary1010101110101111010110110001100101110000110101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB572B; }

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

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

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

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

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

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

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

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