#AB4806

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

Shades of Rust #AB4806

Tints of Rust #AB4806

Color information

#AB4806 (or 0xAB4806) is unknown color: approx Rust. HEX triplet: AB, 48 and 06. RGB value is (171,72,6). Sum of RGB (Red+Green+Blue) = 171+72+6=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4806 is #54B7F9. Grayscale: #5E5E5E. Windows color (decimal): -5552122 or 411819. OLE color: 411819.

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

Color convert

RGB171726-
CMYK00.580.960.33
HSL24º93.22%34.71%-
HSV(B)24º96.49%67.06%-
XYZ19.1413.311.73-
YUV94.0878.3182.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.67%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=68.67%
G=28.92%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17172600.580.960.332493.2234.71
HexAB48603A6021185d23
Octal2531106072140413013543
Binary10101011100100011001110101100000100001110001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4806; }

 p { color: rgb(171,72,6); }

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

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

 a { background-color: rgb(171,72,6); }

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

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

 span { border-color: rgb(171,72,6); }

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