#ab5a25

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

Shades of Fiery Orange #AB5A25

Tints of Fiery Orange #AB5A25

Color information

#AB5A25 (or 0xAB5A25) is unknown color: approx Fiery Orange. HEX triplet: AB, 5A and 25. RGB value is (171,90,37). Sum of RGB (Red+Green+Blue) = 171+90+37=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A25 is #54A5DA. Grayscale: #6C6C6C. Windows color (decimal): -5547483 or 2448043. OLE color: 2448043.

HSL color Cylindrical-coordinate representation of color #AB5A25: hue angle of 23.73º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB5A25 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1719037-
CMYK00.470.780.33
HSL23.73º64.42%40.78%-
HSV(B)23.73º78.36%67.06%-
XYZ20.7816.13.76-
YUV108.1887.84172.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.38%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=57.38%
G=30.20%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171903700.470.780.3323.7364.4240.78
HexAB5A2502F4E21184029
Octal25313245057116413010051
Binary10101011101101010010101011111001110100001110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab5a25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab5a25; }

 p { color: rgb(171,90,37); }

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

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

 a { background-color: rgb(171,90,37); }

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

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

 span { border-color: rgb(171,90,37); }

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