#AB4700

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

Shades of Rust #AB4700

Tints of Rust #AB4700

Color information

#AB4700 (or 0xAB4700) is unknown color: approx Rust. HEX triplet: AB, 47 and 00. RGB value is (171,71,0). Sum of RGB (Red+Green+Blue) = 171+71+0=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4700 is #54B8FF. Grayscale: #5D5D5D. Windows color (decimal): -5552384 or 18347. OLE color: 18347.

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

Color convert

RGB171710-
CMYK00.5810.33
HSL24.91º100%33.53%-
HSV(B)24.91º100%67.06%-
XYZ19.0513.161.54-
YUV92.8175.63183.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.66%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.66%
G=29.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17171000.5810.3324.9110033.53
HexAB47003A6421196422
Octal2531070072144413114442
Binary101010111000111001110101100100100001110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4700; }

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

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

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

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

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

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

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

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