#AB440F

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

Shades of Rust #AB440F

Tints of Rust #AB440F

Color information

#AB440F (or 0xAB440F) is unknown color: approx Rust. HEX triplet: AB, 44 and 0F. RGB value is (171,68,15). Sum of RGB (Red+Green+Blue) = 171+68+15=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB440F is #54BBF0. Grayscale: #5D5D5D. Windows color (decimal): -5553137 or 1000619. OLE color: 1000619.

HSL color Cylindrical-coordinate representation of color #AB440F: hue angle of 20.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB440F is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1716815-
CMYK00.600.910.33
HSL20.38º83.87%36.47%-
HSV(B)20.38º91.23%67.06%-
XYZ18.9512.831.93-
YUV92.7584.12183.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.32%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=67.32%
G=26.77%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171681500.600.910.3320.3883.8736.47
HexAB44F03C5B21145424
Octal25310417074133412412444
Binary101010111000100111101111001011011100001101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB440F; }

 p { color: rgb(171,68,15); }

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

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

 a { background-color: rgb(171,68,15); }

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

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

 span { border-color: rgb(171,68,15); }

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