#AB4A0E

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

Shades of Rust #AB4A0E

Tints of Rust #AB4A0E

Color information

#AB4A0E (or 0xAB4A0E) is unknown color: approx Rust. HEX triplet: AB, 4A and 0E. RGB value is (171,74,14). Sum of RGB (Red+Green+Blue) = 171+74+14=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A0E is #54B5F1. Grayscale: #606060. Windows color (decimal): -5551602 or 936619. OLE color: 936619.

HSL color Cylindrical-coordinate representation of color #AB4A0E: hue angle of 22.93º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB4A0E is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1717414-
CMYK00.570.920.33
HSL22.93º84.86%36.27%-
HSV(B)22.93º91.81%67.06%-
XYZ19.3213.592.02-
YUV96.1681.64181.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.02%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=66.02%
G=28.57%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171741400.570.920.3322.9384.8636.27
HexAB4AE0395C21175524
Octal25311216071134412712544
Binary101010111001010111001110011011100100001101111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A0E; }

 p { color: rgb(171,74,14); }

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

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

 a { background-color: rgb(171,74,14); }

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

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

 span { border-color: rgb(171,74,14); }

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