#AB5400

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

Shades of Rust #AB5400

Tints of Rust #AB5400

Color information

#AB5400 (or 0xAB5400) is unknown color: approx Rust. HEX triplet: AB, 54 and 00. RGB value is (171,84,0). Sum of RGB (Red+Green+Blue) = 171+84+0=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5400 is #54ABFF. Grayscale: #646464. Windows color (decimal): -5549056 or 21675. OLE color: 21675.

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

Color convert

RGB171840-
CMYK00.5110.33
HSL29.47º100%33.53%-
HSV(B)29.47º100%67.06%-
XYZ19.96151.84-
YUV100.4471.32178.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.06%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.06%
G=32.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17184000.5110.3329.4710033.53
HexAB54003364211d6422
Octal2531240063144413514442
Binary101010111010100001100111100100100001111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5400; }

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

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

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

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

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

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

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

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