#AB4600

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

Shades of Rust #AB4600

Tints of Rust #AB4600

Color information

#AB4600 (or 0xAB4600) is unknown color: approx Rust. HEX triplet: AB, 46 and 00. RGB value is (171,70,0). Sum of RGB (Red+Green+Blue) = 171+70+0=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4600 is #54B9FF. Grayscale: #5C5C5C. Windows color (decimal): -5552640 or 18091. OLE color: 18091.

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

Color convert

RGB171700-
CMYK00.5910.33
HSL24.56º100%33.53%-
HSV(B)24.56º100%67.06%-
XYZ18.9813.041.52-
YUV92.2275.96184.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.95%
G=29.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17170000.5910.3324.5610033.53
HexAB46003B6421196422
Octal2531060073144413114442
Binary101010111000110001110111100100100001110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4600; }

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

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

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

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

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

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

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

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