#AB4107

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

Shades of Rust #AB4107

Tints of Rust #AB4107

Color information

#AB4107 (or 0xAB4107) is unknown color: approx Rust. HEX triplet: AB, 41 and 07. RGB value is (171,65,7). Sum of RGB (Red+Green+Blue) = 171+65+7=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4107 is #54BEF8. Grayscale: #5A5A5A. Windows color (decimal): -5553913 or 475563. OLE color: 475563.

HSL color Cylindrical-coordinate representation of color #AB4107: hue angle of 21.22º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB4107 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB171657-
CMYK00.620.960.33
HSL21.22º92.13%34.9%-
HSV(B)21.22º95.91%67.06%-
XYZ18.7212.451.62-
YUV90.0881.12185.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.37%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 7 (3.12% from 255) = 2.88%
R=70.37%
G=26.75%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17165700.620.960.3321.2292.1334.9
HexAB41703E6021155c23
Octal2531017076140412513443
Binary10101011100000111101111101100000100001101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4107; }

 p { color: rgb(171,65,7); }

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

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

 a { background-color: rgb(171,65,7); }

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

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

 span { border-color: rgb(171,65,7); }

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