#AB540B

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

Shades of Rust #AB540B

Tints of Rust #AB540B

Color information

#AB540B (or 0xAB540B) is unknown color: approx Rust. HEX triplet: AB, 54 and 0B. RGB value is (171,84,11). Sum of RGB (Red+Green+Blue) = 171+84+11=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB540B is #54ABF4. Grayscale: #666666. Windows color (decimal): -5549045 or 742571. OLE color: 742571.

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

Color convert

RGB1718411-
CMYK00.510.940.33
HSL27.38º87.91%35.69%-
HSV(B)27.38º93.57%67.06%-
XYZ20.0315.022.16-
YUV101.6976.82177.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.29%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 11 (4.69% from 255) = 4.14%
R=64.29%
G=31.58%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171841100.510.940.3327.3887.9135.69
HexAB54B0335E211b5824
Octal25312413063136413313044
Binary101010111010100101101100111011110100001110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB540B; }

 p { color: rgb(171,84,11); }

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

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

 a { background-color: rgb(171,84,11); }

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

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

 span { border-color: rgb(171,84,11); }

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