#AB530E

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

Shades of Rust #AB530E

Tints of Rust #AB530E

Color information

#AB530E (or 0xAB530E) is unknown color: approx Rust. HEX triplet: AB, 53 and 0E. RGB value is (171,83,14). Sum of RGB (Red+Green+Blue) = 171+83+14=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB530E is #54ACF1. Grayscale: #656565. Windows color (decimal): -5549298 or 938923. OLE color: 938923.

HSL color Cylindrical-coordinate representation of color #AB530E: hue angle of 26.37º 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 #AB530E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1718314-
CMYK00.510.920.33
HSL26.37º84.86%36.27%-
HSV(B)26.37º91.81%67.06%-
XYZ19.9714.882.23-
YUV101.4578.65177.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.81%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=63.81%
G=30.97%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171831400.510.920.3326.3784.8636.27
HexAB53E0335C211a5524
Octal25312316063134413212544
Binary101010111010011111001100111011100100001110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB530E; }

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

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

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

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

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

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

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

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