#AB4E0A

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

Shades of Rust #AB4E0A

Tints of Rust #AB4E0A

Color information

#AB4E0A (or 0xAB4E0A) is unknown color: approx Rust. HEX triplet: AB, 4E and 0A. RGB value is (171,78,10). Sum of RGB (Red+Green+Blue) = 171+78+10=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4E0A is #54B1F5. Grayscale: #626262. Windows color (decimal): -5550582 or 675499. OLE color: 675499.

HSL color Cylindrical-coordinate representation of color #AB4E0A: hue angle of 25.34º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB4E0A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1717810-
CMYK00.540.940.33
HSL25.34º88.95%35.49%-
HSV(B)25.34º94.15%67.06%-
XYZ19.5714.131.98-
YUV98.0678.31180.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.02%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 10 (4.30% from 255) = 3.86%
R=66.02%
G=30.12%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171781000.540.940.3325.3488.9535.49
HexAB4EA0365E21195923
Octal25311612066136413113143
Binary101010111001110101001101101011110100001110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E0A; }

 p { color: rgb(171,78,10); }

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

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

 a { background-color: rgb(171,78,10); }

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

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

 span { border-color: rgb(171,78,10); }

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