#ab5307

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

Shades of Rust #AB5307

Tints of Rust #AB5307

Color information

#AB5307 (or 0xAB5307) is unknown color: approx Rust. HEX triplet: AB, 53 and 07. RGB value is (171,83,7). Sum of RGB (Red+Green+Blue) = 171+83+7=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5307 is #54ACF8. Grayscale: #656565. Windows color (decimal): -5549305 or 480171. OLE color: 480171.

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

Color convert

RGB171837-
CMYK00.510.960.33
HSL27.8º92.13%34.9%-
HSV(B)27.8º95.91%67.06%-
XYZ19.9314.862.02-
YUV100.6575.15178.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=65.52%
G=31.80%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17183700.510.960.3327.892.1334.9
HexAB53703360211c5c23
Octal2531237063140413413443
Binary10101011101001111101100111100000100001111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab5307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab5307; }

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

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

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

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

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

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

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

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