#AB500A

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

Shades of Rust #AB500A

Tints of Rust #AB500A

Color information

#AB500A (or 0xAB500A) is unknown color: approx Rust. HEX triplet: AB, 50 and 0A. RGB value is (171,80,10). Sum of RGB (Red+Green+Blue) = 171+80+10=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB500A is #54AFF5. Grayscale: #636363. Windows color (decimal): -5550070 or 676011. OLE color: 676011.

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

Color convert

RGB1718010-
CMYK00.530.940.33
HSL26.09º88.95%35.49%-
HSV(B)26.09º94.15%67.06%-
XYZ19.7214.422.03-
YUV99.2377.65179.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=65.52%
G=30.65%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171801000.530.940.3326.0988.9535.49
HexAB50A0355E211a5923
Octal25312012065136413213143
Binary101010111010000101001101011011110100001110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB500A; }

 p { color: rgb(171,80,10); }

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

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

 a { background-color: rgb(171,80,10); }

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

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

 span { border-color: rgb(171,80,10); }

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