#AB582A

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

Shades of Fiery Orange #AB582A

Tints of Fiery Orange #AB582A

Color information

#AB582A (or 0xAB582A) is unknown color: approx Fiery Orange. HEX triplet: AB, 58 and 2A. RGB value is (171,88,42). Sum of RGB (Red+Green+Blue) = 171+88+42=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB582A is #54A7D5. Grayscale: #6B6B6B. Windows color (decimal): -5547990 or 2775211. OLE color: 2775211.

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

Color convert

RGB1718842-
CMYK00.490.750.33
HSL21.4º60.56%41.76%-
HSV(B)21.4º75.44%67.06%-
XYZ20.715.84.15-
YUV107.5791173.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=56.81%
G=29.24%
B=13.95%

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
Decimal171884200.490.750.3321.460.5641.76
HexAB582A0314B21153d2a
Octal2531305206111341257552
Binary1010101110110001010100110001100101110000110101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB582A; }

 p { color: rgb(171,88,42); }

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

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

 a { background-color: rgb(171,88,42); }

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

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

 span { border-color: rgb(171,88,42); }

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